travis config
This commit is contained in:
parent
af7d567e12
commit
067bd07b51
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
sudo: false
|
||||||
|
language: node_js
|
||||||
|
install: npm install
|
||||||
|
script:
|
||||||
|
- npm test
|
||||||
|
- gulp
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
Loading…
Reference in New Issue
Block a user