build: also patch the clean-tests for not completed win builds

This commit is contained in:
Connor Tumbleson 2019-02-16 14:25:56 -05:00
parent 443e5d3643
commit 2c41ac1f7f
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -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