Skip to content

Commit fe58979

Browse files
committed
Enable fast finishing on Travis-CI
- Marks a build as failed/errored as soon as a job has failed/errored (that isn't an allowed failure) - Marks a build as successful when the only remaining jobs are allowed failures and all others have returned successfully
1 parent d1b7b2c commit fe58979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
- GCC=7 OSX_PACKAGES="gcc cmake"
2020

2121
matrix:
22+
fast_finish: true
2223
include:
2324
- os: osx
2425
env:

0 commit comments

Comments
 (0)