Add Travis CI

This commit is contained in:
Josep M Sobrepere 2020-06-15 02:43:37 +02:00
parent b7d8a126d9
commit 0ab645e308

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js: node
cache: npm
script:
- npm test