Skip to content

Commit 2830f31

Browse files
committed
Disable Travis OSX builds
They are broken and ignored at the moment, but still causing a massive backlog and delay in obtaining the valid test results
1 parent e464c76 commit 2830f31

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,18 @@ matrix:
6666
- coreutils
6767
- libyaml-tiny-perl
6868
# OSX based build with QT4 and Python 2
69-
- os: osx
70-
osx_image: xcode8.3 # MacOS 10.12: Sierra
71-
cache:
72-
pip: true
73-
directories:
74-
- $HOME/.ccache
75-
env:
76-
- TRAVIS_CONFIG=macos
77-
- IGNORE_BUILD_FAILURES=YES
78-
79-
allow_failures:
80-
- os: osx
69+
# - os: osx
70+
# osx_image: xcode8.3 # MacOS 10.12: Sierra
71+
# cache:
72+
# pip: true
73+
# directories:
74+
# - $HOME/.ccache
75+
# env:
76+
# - TRAVIS_CONFIG=macos
77+
# - IGNORE_BUILD_FAILURES=YES
78+
#
79+
# allow_failures:
80+
# - os: osx
8181

8282
git:
8383
depth: 30

0 commit comments

Comments
 (0)