Have travis fast_finish (#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).
This commit is contained in:
Wesley Wigham
2016-07-14 10:29:12 -07:00
committed by GitHub
parent 695582e33b
commit 3cb0513752

View File

@@ -10,3 +10,6 @@ sudo: false
os:
- linux
- osx
matrix:
fast_finish: true