File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ 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
30
28
- env : >
31
29
RUST_CHECK_TARGET=dist
32
30
RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
@@ -39,7 +37,7 @@ matrix:
39
37
NO_DEBUG_ASSERTIONS=1
40
38
os: osx
41
39
osx_image: xcode7.3
42
- if: branch = disabled
40
+ if: branch = auto
43
41
44
42
# macOS builders. These are placed near the beginning because they are very
45
43
# slow to run.
@@ -94,7 +92,7 @@ matrix:
94
92
NO_DEBUG_ASSERTIONS=1
95
93
os: osx
96
94
osx_image: xcode7.3
97
- if: branch = disabled
95
+ if: branch = auto
98
96
99
97
- env : >
100
98
RUST_CHECK_TARGET=dist
@@ -108,7 +106,7 @@ matrix:
108
106
NO_DEBUG_ASSERTIONS=1
109
107
os: osx
110
108
osx_image: xcode7.3
111
- if: branch = disabled
109
+ if: branch = auto
112
110
113
111
# Linux builders, remaining docker images
114
112
- env : IMAGE=arm-android
You can’t perform that action at this time.
0 commit comments