From 09ff9282dff7f9b1b765a18984c80ab33e031d16 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 16 Oct 2017 22:18:12 +0200 Subject: Disable prepublish script in test. --- scripts/test_emscripten.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/test_emscripten.sh b/scripts/test_emscripten.sh index b01b33bb..d5823388 100755 --- a/scripts/test_emscripten.sh +++ b/scripts/test_emscripten.sh @@ -36,6 +36,10 @@ DIR=$(mktemp -d) echo "Preparing solc-js..." git clone --depth 1 https://github.com/ethereum/solc-js "$DIR" cd "$DIR" + # 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 install # Replace soljson with current build -- cgit v1.2.3