Enable Travis

This commit is contained in:
Justin Starry 2020-03-13 18:23:54 +08:00 committed by Michael Vines
parent 7ef953437f
commit 5ff479590c
1 changed files with 9 additions and 0 deletions

9
explorer/.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: node_js
node_js:
- "node"
cache:
directories:
- node_modules
script:
- yarn run build
- yarn run format