Skip to content

Commit 72d2de6

Browse files
committed
Add fast_finish to travis matrix
This means we don't have to wait for `allowed_failures` builds to complete. It should save us ~10 minutes until we remove the windows build from `allowed_failures`.
1 parent a3c77f6 commit 72d2de6

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
@@ -46,6 +46,7 @@ install:
4646
# if: fork = false
4747
# but this is currently buggy travis-ci/travis-ci#9118
4848
matrix:
49+
fast_finish: true
4950
include:
5051
- os: osx # run base tests on both platforms
5152
env: BASE_TESTS=true

0 commit comments

Comments
 (0)