Skip to content

Commit

Permalink
WIP: enable try-buld on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jun 28, 2018
1 parent ee786ea commit 18b09bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ matrix:
if: type = pull_request OR branch = auto

- env: IMAGE=dist-x86_64-linux DEPLOY=1
if: branch = try OR branch = auto
if: branch = auto

# "alternate" deployments, these are "nightlies" but have LLVM assertions
# turned on, they're deployed to a different location primarily for
# additional testing.
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1 CI_JOB_NAME=dist-x86_64-linux-alt
if: branch = try OR branch = auto
if: branch = auto

- env: >
RUST_CHECK_TARGET=dist
Expand Down Expand Up @@ -105,7 +105,7 @@ matrix:
CI_JOB_NAME=dist-x86_64-apple
os: osx
osx_image: xcode9.3-moar
if: branch = auto
if: branch = try OR branch = auto
# Linux builders, remaining docker images
- env: IMAGE=arm-android
Expand Down

0 comments on commit 18b09bd

Please sign in to comment.