Skip to content

Commit

Permalink
CI: Fast finish Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Konicek committed Feb 27, 2017
1 parent 84a681c commit 90c146c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ script:

env:
matrix:
- fast_finish: true # Fail the whole build as soon as one test type fails. Should help with Travis capacity issues (very long queues).
- TEST_TYPE=e2e-objc-tvos
- TEST_TYPE=e2e-objc
- TEST_TYPE=objc-ios
Expand All @@ -41,7 +42,7 @@ notifications:
email:
recipients:
- mkonicek@fb.com
- eloy@artsy.net
- eloy@artsy.net # Eloy Durán maintains the podspecs test and wants to be notified about failures
on_failure: change
on_success: change
slack:
Expand Down

0 comments on commit 90c146c

Please sign in to comment.