.travis.yml 866 B

12345678910111213141516171819202122232425262728
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. # ╔╦╗╦═╗╔═╗╦ ╦╦╔═╗ ┬ ┬┌┬┐┬ #
  3. # ║ ╠╦╝╠═╣╚╗╔╝║╚═╗ └┬┘││││ #
  4. # o ╩ ╩╚═╩ ╩ ╚╝ ╩╚═╝o ┴ ┴ ┴┴─┘ #
  5. # #
  6. # This file configures Travis CI. #
  7. # (i.e. how we run the tests... mainly) #
  8. # #
  9. # https://docs.travis-ci.com/user/customizing-the-build #
  10. # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  11. language: node_js
  12. node_js:
  13. - "0.10"
  14. - "0.12"
  15. - "4"
  16. - "6"
  17. - "8"
  18. - "node"
  19. branches:
  20. only:
  21. - master
  22. notifications:
  23. email:
  24. - ci@sailsjs.com