add travis ci for tests

This commit is contained in:
jkhsjdhjs 2019-11-26 04:31:18 +01:00
parent 624219ad08
commit 01af8846c0
Signed by: jkhsjdhjs
GPG Key ID: BAC6ADBAB7D576CC

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- '11.14'
install:
- npm install
script:
- npm test