Enable Travis CI
This commit is contained in:
parent
43d71ecf21
commit
18ed14f776
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 8
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- app/node_modules
|
||||||
|
script:
|
||||||
|
- cd app
|
||||||
|
- npm run build
|
||||||
|
- npm test
|
Loading…
Reference in New Issue
Block a user