You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 505B

12345678910111213141516171819202122232425
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - "0.10"
  5. - 0.12
  6. - iojs
  7. - 4
  8. - 5
  9. env:
  10. - CXX=g++-4.8
  11. addons:
  12. apt:
  13. sources:
  14. - ubuntu-toolchain-r-test
  15. packages:
  16. - g++-4.8
  17. notifications:
  18. email:
  19. - andris@kreata.ee
  20. webhooks:
  21. urls:
  22. - https://webhooks.gitter.im/e/0ed18fd9b3e529b3c2cc
  23. on_success: change # options: [always|never|change] default: always
  24. on_failure: always # options: [always|never|change] default: always
  25. on_start: false # default: false