Enable Travis
This commit is contained in:
committed by
Michael Vines
parent
7ef953437f
commit
5ff479590c
9
explorer/.travis.yml
Normal file
9
explorer/.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "node"
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
|
script:
|
||||||
|
- yarn run build
|
||||||
|
- yarn run format
|
Reference in New Issue
Block a user