Skip to content

Commit 8af109c

Browse files
committed
Fixes fail fast error (#587)
1 parent 0a5446b commit 8af109c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
language: java
33

44
matrix:
5+
fast_finish: true
56
include:
67
- os: linux
78
jdk: oraclejdk8
89
- os: osx
910

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

0 commit comments

Comments
 (0)