From 91f8d13e3166f913aadbf29592260c2e7fe72ded Mon Sep 17 00:00:00 2001 From: Kai Hoewelmeyer Date: Fri, 3 Apr 2020 18:01:59 +0200 Subject: [PATCH] Disable broken toolchain in Catch testing Disabled due to catchorg/Catch2#1862 --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61de686d8..72a44729e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,11 +85,12 @@ matrix: TOOLCHAIN=osx-10-13-cxx14 PROJECT_DIR=examples/Catch - - os: osx - osx_image: xcode9.4 - env: > - TOOLCHAIN=ios-nocodesign-11-4-dep-9-3 - PROJECT_DIR=examples/Catch + # Disabled due to catchorg/Catch2#1862 + # - os: osx + # osx_image: xcode9.4 + # env: > + # TOOLCHAIN=ios-nocodesign-11-4-dep-9-3 + # PROJECT_DIR=examples/Catch # }