.travis continue on failure

Fixes gh-4925
This commit is contained in:
Rob Winch 2017-12-20 15:38:22 -06:00
parent 2ba8c8bf02
commit b011076d2b
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
script: ./gradlew build --refresh-dependencies --no-daemon
script: ./gradlew build --refresh-dependencies --no-daemon --continue