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

View File

@ -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