From 2c41ac1f7f2faa0e998242146d20988240eb6f33 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 16 Feb 2019 14:25:56 -0500 Subject: [PATCH] build: also patch the clean-tests for not completed win builds --- scripts/travis-ci/clean-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/travis-ci/clean-tests.sh b/scripts/travis-ci/clean-tests.sh index 572c8c28..082fd792 100755 --- a/scripts/travis-ci/clean-tests.sh +++ b/scripts/travis-ci/clean-tests.sh @@ -1,6 +1,7 @@ #!/usr/bin/env sh if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then + export GRADLE_OPTS=-Dorg.gradle.daemon=false choco install jdk8 export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_201/bin" ./gradlew.bat clean