Added .travis.yml for CI

This commit is contained in:
n1474335 2017-03-30 19:58:58 +01:00
parent 6cbf9ef2c2
commit 3b253f48ae
3 changed files with 16 additions and 2 deletions

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: node_js
node_js:
- "node"
install: npm install
before_script:
- npm install -g grunt
script:
- grunt lint
- grunt test
- grunt docs
- grunt node
- grunt prod
deploy:
skip_cleanup: true