Skip to content

Commit ef27d3f

Browse files
committed
Enable fast_finish on travis-ci
MSP-11616 If any one build fails the entire build will be marked as failed so the github status can be written back faster.
1 parent eea5a40 commit ef27d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ env:
55
- RAKE_TASK=spec SPEC_OPTS="--tag ~content"
66

77
language: ruby
8+
matrix:
9+
fast_finish: true
810
before_install:
911
- rake --version
1012
- sudo apt-get update -qq

0 commit comments

Comments
 (0)