Use config explicitly

This commit is contained in:
chriseth 2017-10-17 19:10:31 +02:00 committed by GitHub
parent 09ff9282df
commit 9d5c96ebdd

View File

@ -39,7 +39,7 @@ DIR=$(mktemp -d)
# disable "prepublish" script which downloads the latest version
# (we will replace it anyway and it is often incorrectly cached
# on travis)
npm set script.prepublish ''
npm config set script.prepublish ''
npm install
# Replace soljson with current build