From 622a2d8251b467ded5a3134349198005f44faf6a Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Tue, 12 Sep 2017 14:39:30 +0200 Subject: Travis CI: Fix Emscripten build --- test/externalTests.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/externalTests.sh') diff --git a/test/externalTests.sh b/test/externalTests.sh index 1b74561b..6ff2ebc5 100755 --- a/test/externalTests.sh +++ b/test/externalTests.sh @@ -38,10 +38,9 @@ SOLJSON="$1" DIR=$(mktemp -d) ( - cd "$DIR" echo "Running Zeppelin tests..." - git clone https://github.com/OpenZeppelin/zeppelin-solidity.git - cd zeppelin-solidity + git clone --depth 1 https://github.com/OpenZeppelin/zeppelin-solidity.git "$DIR" + cd "$DIR" npm install cp "$SOLJSON" ./node_modules/solc/soljson.js npm run test -- cgit