Fix travis build (#2)
This commit is contained in:
parent
95001aa8ee
commit
d7b2612915
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue