newyork-anthonyng/create-empty-array

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
cache:
  directories:
    - ~/.npm
notifications:
  email: false
node_js: '8'
script: npm run validate
after_success: npm run afterSuccess
branches:
  only: master