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 28, 2017
1 parent f52d66c commit c9ce627
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ script:

env:
matrix:
- TEST_TYPE=e2e-objc-tvos
- TEST_TYPE=e2e-objc
- 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=js
- TEST_TYPE=objc-ios
- TEST_TYPE=objc-tvos
- TEST_TYPE=js
- TEST_TYPE=podspecs
- TEST_TYPE=e2e-objc-tvos
- TEST_TYPE=e2e-objc

branches:
only:
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 c9ce627

Please sign in to comment.