File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ matrix:
25
25
- env : IMAGE=dist-x86_64-linux DEPLOY_ALT=1
26
26
if : branch = try OR branch = auto
27
27
28
+ # FIXME: The macOS dist images are temporarily disabled until Travis bug is fixed
29
+ # https://github.com/travis-ci/travis-ci/issues/8821
28
30
- env : >
29
31
RUST_CHECK_TARGET=dist
30
32
RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
@@ -37,7 +39,7 @@ matrix:
37
39
NO_DEBUG_ASSERTIONS=1
38
40
os: osx
39
41
osx_image: xcode7.3
40
- if: branch = auto
42
+ if: branch = disabled
41
43
42
44
# macOS builders. These are placed near the beginning because they are very
43
45
# slow to run.
@@ -92,7 +94,7 @@ matrix:
92
94
NO_DEBUG_ASSERTIONS=1
93
95
os: osx
94
96
osx_image: xcode7.3
95
- if: branch = auto
97
+ if: branch = disabled
96
98
97
99
- env : >
98
100
RUST_CHECK_TARGET=dist
@@ -106,7 +108,7 @@ matrix:
106
108
NO_DEBUG_ASSERTIONS=1
107
109
os: osx
108
110
osx_image: xcode7.3
109
- if: branch = auto
111
+ if: branch = disabled
110
112
111
113
# Linux builders, remaining docker images
112
114
- env : IMAGE=arm-android
You can’t perform that action at this time.
0 commit comments