From 361633b1e5d5ca1102fff4ba54860915cc385708 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 7 Jun 2020 21:32:31 -0500 Subject: [PATCH] Comment out cpp travis osx until it's sorted --- .travis.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index adc3fd9fe..3ff12fbfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,17 +97,18 @@ matrix: after_success: - if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi - - os: osx - osx_image: xcode9.4 - env: - - TARGET=cpp - - CACHE=$HOME/cache - cache: - ccache: true - directories: - - /usr/local/Homebrew - - $HOME/cache - - $HOME/Library/Caches/Homebrew + # OSX is erroring out consistently for C++, remove and debug + # - os: osx + # osx_image: xcode9.4 + # env: + # - TARGET=cpp + # - CACHE=$HOME/cache + # cache: + # ccache: true + # directories: + # - /usr/local/Homebrew + # - $HOME/cache + # - $HOME/Library/Caches/Homebrew env: global: