Lint and build in travis

This commit is contained in:
Albin Larsson 2018-05-30 18:58:32 +02:00
parent 2fce385691
commit 359acd6bb9

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- 'lts/*'
script:
- npm run lint
- npm run build