Try to continue building/testing even after the first failure

If other, non-dependent tasks would also fail, I'd rather discover all
of them at once.
This commit is contained in:
Ben Liblit 2018-02-08 21:10:34 -06:00
parent fb33cbe03b
commit c02776fc4d
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# -*- mode: sh; sh-shell: sh -*-
./gradlew assemble
./gradlew --continue assemble

View File

@ -5,4 +5,4 @@ case "$TRAVIS_OS_NAME" in
(osx) headless= ;;
esac
$headless ./gradlew build javadoc lintGradle
$headless ./gradlew --continue build javadoc lintGradle