From a6f784835244111c90c05b6aae47092c2c5763a7 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 17 Jul 2019 15:36:51 +0200 Subject: [PATCH] travis: Disable macOS build The build often hits the 50m time limit or fails with spurious errors. It can be re-enabled when/if we figure out how to solve this. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2eb14a96f..bdf3e8d42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,10 +39,10 @@ matrix: compiler: gcc os: linux - - env: PLATFORM=Unix - compiler: clang - os: osx - osx_image: xcode8 +# - env: PLATFORM=Unix +# compiler: clang +# os: osx +# osx_image: xcode8 - env: PLATFORM=Unix COMPILER=gcc-6 compiler: gcc