Add .travis.yml

This commit is contained in:
Quantum 2019-09-09 14:23:24 -04:00
parent 1ad63b528f
commit 5a13853997

4
.travis.yml Normal file
View file

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