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