chore: add travis (#27)
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 10.8.0
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run build
|
||||
Reference in New Issue
Block a user