Add build test
This commit is contained in:
parent
b1a1127145
commit
bee336036e
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
Loading…
Reference in a new issue