Add support of travis build

This commit is contained in:
Pavel Lobashov 2017-04-05 19:24:11 +03:00
parent 914a4e17dc
commit f9f0d9f627
No known key found for this signature in database
GPG key ID: 8DAD236C00523ECF

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