Skip to content
Permalink
Browse files
Merge pull request #5141 from nyalldawson/disable_osx_travis
Disable Travis OSX builds
  • Loading branch information
nyalldawson committed Sep 6, 2017
2 parents e464c76 + 2830f31 commit 9502022
Showing 1 changed file with 12 additions and 12 deletions.
@@ -66,18 +66,18 @@ matrix:
- coreutils
- libyaml-tiny-perl
# OSX based build with QT4 and Python 2
- os: osx
osx_image: xcode8.3 # MacOS 10.12: Sierra
cache:
pip: true
directories:
- $HOME/.ccache
env:
- TRAVIS_CONFIG=macos
- IGNORE_BUILD_FAILURES=YES

allow_failures:
- os: osx
# - os: osx
# osx_image: xcode8.3 # MacOS 10.12: Sierra
# cache:
# pip: true
# directories:
# - $HOME/.ccache
# env:
# - TRAVIS_CONFIG=macos
# - IGNORE_BUILD_FAILURES=YES
#
# allow_failures:
# - os: osx

git:
depth: 30

0 comments on commit 9502022

Please sign in to comment.