Skip to content

Commit

Permalink
Fix travis build (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Mar 13, 2020
1 parent 0920b98 commit 19fc1a0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions explorer/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
node_js:
- "node"
cache:
directories:
- node_modules
branches:
only:
- master
script:
- npm run build
# temporary until hasha dependency warning is fixed
- CI=false npm run build
- npm run format

0 comments on commit 19fc1a0

Please sign in to comment.