aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-09-13 04:37:49 +0800
committerGitHub <noreply@github.com>2017-09-13 04:37:49 +0800
commit8bb96eaaf533b17cd9c9109642455408f551348c (patch)
treea1bbcbb897207e1f73aebd7a910a4ec7b3836e12 /test
parent5084a9cda9ed913e50cf393d21764a620827191c (diff)
parent622a2d8251b467ded5a3134349198005f44faf6a (diff)
downloaddexon-solidity-8bb96eaaf533b17cd9c9109642455408f551348c.tar
dexon-solidity-8bb96eaaf533b17cd9c9109642455408f551348c.tar.gz
dexon-solidity-8bb96eaaf533b17cd9c9109642455408f551348c.tar.bz2
dexon-solidity-8bb96eaaf533b17cd9c9109642455408f551348c.tar.lz
dexon-solidity-8bb96eaaf533b17cd9c9109642455408f551348c.tar.xz
dexon-solidity-8bb96eaaf533b17cd9c9109642455408f551348c.tar.zst
dexon-solidity-8bb96eaaf533b17cd9c9109642455408f551348c.zip
Merge pull request #2893 from ethereum/travis-clang-build
Travis CI: Do not cache build dir
Diffstat (limited to 'test')
-rwxr-xr-xtest/externalTests.sh5
1 files changed, 2 insertions, 3 deletions
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