Skip to content

Commit c1b5942

Browse files
committed
Fast finish build. If one build in matrix fails, the enitre thing should fail right away
1 parent 833394a commit c1b5942

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ jdk:
44
- oraclejdk8
55
env:
66
- SCRIPT=bin/unit-tests.sh
7-
- SCRIPT=bin/journey-test.sh
7+
- SCRIPT=bin/run-journey-test-from-ci.sh
8+
9+
matrix:
10+
fast_finish: true
811

912
# http://docs.travis-ci.com/user/migrating-from-legacy
1013
sudo: false
@@ -17,7 +20,6 @@ addons:
1720
before_install:
1821
- rvm install 2.2.5
1922
- rvm use 2.2.5
20-
- bin/build-jq.sh # we want jq 1.5 features; not avail through pkg repo.
2123

2224
# https://docs.travis-ci.com/user/customizing-the-build#Skipping-the-Installation-Step
2325
install: true # if we don't skip install, ./gradlew assemble is invoked, but this task is not available.

0 commit comments

Comments
 (0)