Skip to content

Commit a53ecbb

Browse files
devversionkara
authored andcommitted
chore(ci): finish different matrixes in fast finish mode (#1138)
Travis CI runs the optional tasks in "waiting" mode, which means that the whole build is only ready once the optional tasks are also ready. The Travis Fast Finish mode will mark the build as finished, once all "required" tasks have finished (https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/)
1 parent 8b10431 commit a53ecbb

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
@@ -37,6 +37,7 @@ env:
3737
- MODE=browserstack_optional
3838

3939
matrix:
40+
fast_finish: true
4041
allow_failures:
4142
- env: "MODE=saucelabs_optional"
4243
- env: "MODE=browserstack_optional"

0 commit comments

Comments
 (0)