add travis

This commit is contained in:
Matthias Kretschmann 2019-05-19 16:12:10 +02:00
parent 3baaf1aa47
commit 2cf23956f8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
dist: xenial
language: node_js
node_js: node
cache:
directories:
- node_modules
# will run `npm install` automatically here
script:
- npm test
- npm run build
notifications:
email: false