Skip to content

Commit 14546f1

Browse files
committed
try-only
1 parent 45e4c19 commit 14546f1

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
@@ -13,10 +13,10 @@ matrix:
1313
include:
1414
# Images used in testing PR and try-build should be run first.
1515
- env: IMAGE=x86_64-gnu-llvm-3.7 RUST_BACKTRACE=1
16-
if: type = pull_request OR branch = auto
16+
if: type = pull_request AND branch = auto
1717

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

2121
# "alternate" deployments, these are "nightlies" but don't have assertions
2222
# turned on, they're deployed to a different location primarily for projects
@@ -110,7 +110,7 @@ matrix:
110110
111111
# Linux builders, remaining docker images
112112
- env: IMAGE=arm-android
113-
if: branch = auto
113+
if: branch = try OR branch = auto
114114
- env: IMAGE=armhf-gnu
115115
if: branch = auto
116116
- env: IMAGE=cross DEPLOY=1

0 commit comments

Comments
 (0)