From 0e26d258dee3b54bd7468ce6f441ceae4fa398b4 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Thu, 12 May 2016 16:32:01 -0400 Subject: [PATCH] Makes Travis fail fast if an os fails [ci skip] --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index dc507e598c..9e561b82f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ matrix: jdk: oraclejdk8 - os: osx +matrix: + fast_finish: true + # GCC needs to be 4.8 or higher so that GOMP_4.0 is installed for opencv # This is incredibly hard to track down, find the solution for and fix. # https://github.com/bytedeco/javacpp-presets/issues/84