Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2422bd

Browse files
committedJun 26, 2018
WIP: enable try-buld on macOS.
1 parent e8494b2 commit f2422bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ matrix:
1616
if: type = pull_request OR branch = auto
1717

1818
- env: IMAGE=dist-x86_64-linux DEPLOY=1
19-
if: branch = try OR branch = auto
19+
if: branch = auto
2020

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

2727
- env: >
2828
RUST_CHECK_TARGET=dist
@@ -105,7 +105,7 @@ matrix:
105105
CI_JOB_NAME=dist-x86_64-apple
106106
os: osx
107107
osx_image: xcode9.3-moar
108-
if: branch = auto
108+
if: branch = try OR branch = auto
109109
110110
# Linux builders, remaining docker images
111111
- env: IMAGE=arm-android

0 commit comments

Comments
 (0)
Please sign in to comment.