Skip to content

Commit 3cb0513

Browse files
authored
Have travis fast_finish (microsoft#9718)
This causes a build to be marked as failed the instant any of its component builds fail (rather than waiting for them all to finish to mark a failure).
1 parent 695582e commit 3cb0513

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ sudo: false
1010
os:
1111
- linux
1212
- osx
13+
14+
matrix:
15+
fast_finish: true

0 commit comments

Comments
 (0)