Added config for Travis CI

This commit is contained in:
Przemek Wiech
2020-02-13 20:11:01 +01:00
parent d3ea1705f4
commit 6902305824

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: node_js
node_js:
- "node"
script:
- npm run build
- npm test