Add build test

This commit is contained in:
Alexey Golubev 2018-04-11 17:02:41 +03:00
parent b1a1127145
commit bee336036e

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