Skip to content

Commit be7dc61

Browse files
committed
Enable fast finishing for CI builds
Report the build status as soon as possible, don't wait for builds that are allowed to fail.
1 parent 63c329e commit be7dc61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
55

66
matrix:
7+
fast_finish: true
78
allow_failures:
89
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
910

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ julia:
88
- nightly
99

1010
matrix:
11+
fast_finish: true
1112
allow_failures:
1213
- julia: nightly
1314

0 commit comments

Comments
 (0)