Skip to content

Commit

Permalink
Run macOS jobs everywhere until Travis has fixed the problem.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kennytm committed Jul 26, 2018
1 parent bbeca29 commit 3fd3221
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ matrix:
CI_JOB_NAME=dist-x86_64-apple-alt
os: osx
osx_image: xcode9.3-moar
if: branch = auto
# macOS builders. These are placed near the beginning because they are very
# slow to run.
Expand All @@ -57,7 +56,6 @@ matrix:
CI_JOB_NAME=x86_64-apple
os: osx
osx_image: xcode9.3-moar
if: branch = auto
- env: >
RUST_CHECK_TARGET=check
Expand All @@ -71,7 +69,6 @@ matrix:
CI_JOB_NAME=i686-apple
os: osx
osx_image: xcode9.3-moar
if: branch = auto
# OSX builders producing releases. These do not run the full test suite and
# just produce a bunch of artifacts.
Expand All @@ -91,7 +88,6 @@ matrix:
CI_JOB_NAME=dist-i686-apple
os: osx
osx_image: xcode9.3-moar
if: branch = auto
- env: >
RUST_CHECK_TARGET=dist
Expand All @@ -105,7 +101,6 @@ matrix:
CI_JOB_NAME=dist-x86_64-apple
os: osx
osx_image: xcode9.3-moar
if: branch = auto
# Linux builders, remaining docker images
- env: IMAGE=arm-android
Expand Down

0 comments on commit 3fd3221

Please sign in to comment.