travis config

This commit is contained in:
David Miller 2017-08-19 21:54:56 -04:00
parent af7d567e12
commit 067bd07b51

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
sudo: false
language: node_js
install: npm install
script:
- npm test
- gulp
cache:
directories:
- node_modules