Skip to content

Commit f41425b

Browse files
committed
[HACK] don't try with LLVM assertions enabled.
1 parent 21e1ae0 commit f41425b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

1818
- env: IMAGE=dist-x86_64-linux DEPLOY=1
19-
if: branch = auto
19+
if: branch = try 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
2323
# which are stuck on nightly and don't want llvm assertions in the artifacts
2424
# that they use.
2525
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
26-
if: branch = try OR branch = auto
26+
if: branch = auto
2727

2828
- env: >
2929
RUST_CHECK_TARGET=dist

0 commit comments

Comments
 (0)