Skip to content

Commit 8fa7454

Browse files
committed
Auto merge of #1015 - RalfJung:appv, r=RalfJung
AppVeyor: abort early if a job fails
2 parents 5e7242e + 0ad37dd commit 8fa7454

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ branches:
1212
- auto
1313
- try
1414

15+
matrix:
16+
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
17+
1518
cache:
1619
- '%USERPROFILE%\.cargo'
1720
- '%USERPROFILE%\.rustup'

0 commit comments

Comments
 (0)