Add .travis.yml (#9)

This commit is contained in:
Guanzhong Chen 2019-09-09 14:29:07 -04:00 committed by GitHub
parent 1ad63b528f
commit 4a573f5b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
language: node_js
node_js:
- 10
script: npm run build && npm test