.travis.yml 498 B

1234567891011121314151617181920212223242526
  1. language: node_js
  2. node_js:
  3. - "6"
  4. - "8"
  5. - "10"
  6. before_install:
  7. - npm install -g grunt-cli
  8. # travis build speed up
  9. sudo: false
  10. cache:
  11. directories:
  12. - node_modules
  13. # scripts
  14. script: grunt test
  15. # hooks
  16. notifications:
  17. webhooks:
  18. urls:
  19. - https://webhooks.gitter.im/e/e369617839852624aa69
  20. on_success: change # options: [always|never|change] default: always
  21. on_failure: always # options: [always|never|change] default: always
  22. on_start: false # default: false