.travis.yml 149 B

12345678910
  1. sudo: false
  2. language: node_js
  3. cache:
  4. directories:
  5. - ~/.npm
  6. notifications:
  7. email: false
  8. node_js: '8'
  9. install: npm install
  10. script: npm run test