Lint and build in travis
This commit is contained in:
parent
2fce385691
commit
359acd6bb9
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 'lts/*'
|
||||
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run build
|
Loading…
x
Reference in New Issue
Block a user