Skip to content

Commit 0e26d25

Browse files
committed
Makes Travis fail fast if an os fails
[ci skip]
1 parent 3f7047a commit 0e26d25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ matrix:
77
jdk: oraclejdk8
88
- os: osx
99

10+
matrix:
11+
fast_finish: true
12+
1013
# GCC needs to be 4.8 or higher so that GOMP_4.0 is installed for opencv
1114
# This is incredibly hard to track down, find the solution for and fix.
1215
# https://github.com/bytedeco/javacpp-presets/issues/84

0 commit comments

Comments
 (0)