Add .travis-ci.yml

This commit is contained in:
Jerko Steiner 2020-01-10 13:46:21 +01:00
parent e7fadd5e08
commit b32ad46bd5

9
.travis-ci.yml Normal file
View 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