Merge pull request #66 from ShockwaveNN/develop

Add support of travis build
This commit is contained in:
Alexander Trofimov 2017-04-06 11:33:09 +03:00 committed by GitHub
commit 4d842c19d8

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
dist: trusty
language: node_js
node_js:
- '6'
before_install: npm install -g grunt-cli
before_script:
- cd build
script:
- npm install
- grunt --level=ADVANCED