Add .travis-ci.yml
This commit is contained in:
parent
e7fadd5e08
commit
b32ad46bd5
9
.travis-ci.yml
Normal file
9
.travis-ci.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "12"
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run bootstrap
|
||||
- npm run compile:lib
|
||||
- npm run test:ci
|
||||
- npm run compile:esm
|
||||
Loading…
x
Reference in New Issue
Block a user