add travis config

This commit is contained in:
Stephan Meijer
2016-12-26 16:30:20 +01:00
parent 93a668298f
commit eb1b5e9e48

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: node_js
node_js:
- "6"
script:
- npm run lint
- npm test
- npm run build