Files
coriolis/.travis.yml
2015-06-15 17:43:28 -07:00

13 lines
205 B
YAML

language: node_js
notifications:
email: false
node_js:
- "0.12"
before_script:
- npm install -g gulp
- npm install -g bower
- bower install
script:
- gulp lint
- gulp build-prod
- gulp test