mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Set the travis CI build to continue even if some tasks failed
The --continue argument makes gradle try and build every task whose dependencies finished successfully. This is in contrast to the "regular" behavior of stopping at the first failure. This is useful because it will show us all the failed tests (from all test tasks) instead of just the first test task that failed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=237792667
This commit is contained in:
parent
241dbea9d9
commit
dc0c1583f5
1 changed files with 1 additions and 1 deletions
|
@ -56,4 +56,4 @@ env:
|
|||
# output, instead of the default 10.
|
||||
# See notes on the CREDZ and REPORT_GCS_BUCKET environment variable in the
|
||||
# comments at the top of the file.
|
||||
script: cd gradle && echo "$CREDZ" >credz.json && chmod 755 ./gradlew && travis_wait 45 ./gradlew build -P gcsBucket="$REPORT_GCS_BUCKET" -P gcsCredentialsFile=credz.json -P gcsMultithreadedUpload=yes
|
||||
script: cd gradle && echo "$CREDZ" >credz.json && chmod 755 ./gradlew && travis_wait 45 ./gradlew build --continue -P gcsBucket="$REPORT_GCS_BUCKET" -P gcsCredentialsFile=credz.json -P gcsMultithreadedUpload=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue