.travis.yml 128 B

12345678910
  1. language: node_js
  2. notifications:
  3. email: false
  4. node_js:
  5. - "4"
  6. - "5"
  7. script:
  8. - npm test
  9. after_success:
  10. - npm run coverage