.travis.yml 206 B

12345678910111213141516
  1. sudo: false
  2. language: node_js
  3. branches:
  4. only:
  5. - master
  6. - /^greenkeeper/.*$/
  7. notifications:
  8. email: false
  9. node_js:
  10. - "10"
  11. - "9"
  12. - "8"
  13. script:
  14. - npm run test:ci
  15. matrix:
  16. fast_finish: true