Enable Travis CI

This commit is contained in:
Tom Russell 2019-02-23 15:27:15 +00:00
parent 43d71ecf21
commit 18ed14f776

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: node_js
node_js:
- 8
cache:
directories:
- app/node_modules
script:
- cd app
- npm run build
- npm test