1234567891011121314151617181920212223242526 |
- # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
- # ╔╦╗╦═╗╔═╗╦ ╦╦╔═╗ ┬ ┬┌┬┐┬ #
- # ║ ╠╦╝╠═╣╚╗╔╝║╚═╗ └┬┘││││ #
- # o ╩ ╩╚═╩ ╩ ╚╝ ╩╚═╝o ┴ ┴ ┴┴─┘ #
- # #
- # This file configures Travis CI. #
- # (i.e. how we run the tests... mainly) #
- # #
- # https://docs.travis-ci.com/user/customizing-the-build #
- # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
- language: node_js
- node_js:
- - "4"
- - "6"
- - "8"
- - "node"
- branches:
- only:
- - master
- notifications:
- email:
- - ci@sailsjs.com
|