Finish Travis build as soon as a single job failed.
Manually cancelling obviously failing builds is getting cumbersome. Hopefully this will speed things up as a side effect. References: - https://docs.travis-ci.com/user/customizing-the-build/#Fast-Finishing
This commit is contained in:
parent
6ac3d902c9
commit
0ebabfad73
@ -11,10 +11,11 @@ branches:
|
|||||||
- develop
|
- develop
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
|
||||||
# 1/ Linux Clang Builds
|
# 1/ Linux Clang Builds
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons: &clang38
|
addons: &clang38
|
||||||
|
Loading…
Reference in New Issue
Block a user