about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-11-29 21:03:53 +0800
committerkennytm <kennytm@gmail.com>2017-11-29 21:03:53 +0800
commit6b5f430a6cfacb79a6332246120dc7699bd2d03c (patch)
tree144b2cfaf519c4a307ecf44eecd35efb9d55346b
parentdc0e227745765c198958f0298785d18bcf61d4ae (diff)
downloadrust-6b5f430a6cfacb79a6332246120dc7699bd2d03c.tar.gz
rust-6b5f430a6cfacb79a6332246120dc7699bd2d03c.zip
Revert "Auto merge of #46360 - kennytm:workaround-travis-8821, r=kennytm"
This reverts commit dc0e227745765c198958f0298785d18bcf61d4ae, reversing
changes made to 77ab3a1d5ff69c0cb3eb85a75ef734eaf7429f1b.

[skip ci]
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ff548c4b80..278d98673db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,6 @@ matrix:
     - env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
       if: branch = try OR branch = auto
 
-    # FIXME: The macOS dist images are temporarily disabled until Travis bug is fixed
-    # https://github.com/travis-ci/travis-ci/issues/8821
     - env: >
         RUST_CHECK_TARGET=dist
         RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
@@ -39,7 +37,7 @@ matrix:
         NO_DEBUG_ASSERTIONS=1
       os: osx
       osx_image: xcode7.3
-      if: branch = disabled
+      if: branch = auto
 
     # macOS builders. These are placed near the beginning because they are very
     # slow to run.
@@ -94,7 +92,7 @@ matrix:
         NO_DEBUG_ASSERTIONS=1
       os: osx
       osx_image: xcode7.3
-      if: branch = disabled
+      if: branch = auto
 
     - env: >
         RUST_CHECK_TARGET=dist
@@ -108,7 +106,7 @@ matrix:
         NO_DEBUG_ASSERTIONS=1
       os: osx
       osx_image: xcode7.3
-      if: branch = disabled
+      if: branch = auto
 
     # Linux builders, remaining docker images
     - env: IMAGE=arm-android