Use travis_wait to extend the timeout on gradlew build (#3610)

This commit is contained in:
James Mitchell 2017-01-11 15:15:00 -08:00 committed by LexManos
parent da3af92343
commit 43f3b3ec65
1 changed files with 2 additions and 1 deletions

View File

@ -16,13 +16,14 @@ cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $TRAVIS_BUILD_DIR/build/localCache/Forge/
before_install: chmod +x gradlew
install:
- ./gradlew --refresh-dependencies
- ./gradlew ciWriteBuildNumber
script:
- ./gradlew build -x createExe -S
- travis_wait ./gradlew build -x createExe -S
- ./gradlew -p projects/Forge test -S
notifications: