Fix travis build (#2)

This commit is contained in:
Justin Starry 2020-03-14 00:13:30 +08:00 committed by Michael Vines
parent 95001aa8ee
commit d7b2612915
1 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
language: node_js language: node_js
node_js: node_js:
- "node" - "node"
cache: branches:
directories: only:
- node_modules - master
script: script:
- npm run build # temporary until hasha dependency warning is fixed
- CI=false npm run build
- npm run format - npm run format