Add Travis CI configuration
This commit is contained in:
parent
8bccffb9b6
commit
d0423b7170
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
before-script:
|
||||
- npm i -g gulp
|
||||
|
Reference in New Issue
Block a user