Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Disable broken toolchain in Catch testing
Browse files Browse the repository at this point in the history
Disabled due to catchorg/Catch2#1862
  • Loading branch information
kaihowl committed Apr 3, 2020
1 parent a390ec6 commit 91f8d13
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

# }

Expand Down

0 comments on commit 91f8d13

Please sign in to comment.