Run tests in docker only on Travis

This commit is contained in:
Alex Beregszaszi
2017-04-25 16:47:43 +02:00
committed by chriseth
parent 1caf1f0b8d
commit ed32a57b86
+2
View File
@@ -42,6 +42,8 @@ test "${output//[[:blank:]]/}" = "3"
# instead. This will go away soon.
if [[ "$OSTYPE" == "darwin"* ]]; then
ETH_PATH="$REPO_ROOT/eth"
else if [ -z $CI ]; then
ETH_PATH="eth"
else
mkdir -p /tmp/test
ETH_PATH="docker run --rm -v /tmp/test:/tmp/test -e HOME=/tmp/test/ --user $(id -u):$(id -g) ethereum/client-cpp"