diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2017-11-07 07:31:06 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2017-11-11 23:31:41 +0100 |
| commit | 8b8bdb63a43d97d919d0910fa33d14907c9aeb27 (patch) | |
| tree | cb2091378080a7ff19a358f40a4139afa6a8c334 | |
| parent | 325a769a21b38d9e467e5629d3a5bbf16ca5ed1f (diff) | |
| download | rust-8b8bdb63a43d97d919d0910fa33d14907c9aeb27.tar.gz rust-8b8bdb63a43d97d919d0910fa33d14907c9aeb27.zip | |
Make the try branch use alternate builds.
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index db34f140448..af418c15cdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,14 +16,14 @@ 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 don't have assertions # turned on, they're deployed to a different location primarily for projects # which are stuck on nightly and don't want llvm assertions in the artifacts # that they use. - env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1 - if: branch = auto + if: branch = try OR branch = auto - env: > RUST_CHECK_TARGET=dist @@ -314,7 +314,7 @@ deploy: secure: "kUGd3t7JcVWFESgIlzvsM8viZgCA9Encs3creW0xLJaLSeI1iVjlJK4h/2/nO6y224AFrh/GUfsNr4/4AlxPuYb8OU5oC5Lv+Ff2JiRDYtuNpyQSKAQp+bRYytWMtrmhja91h118Mbm90cUfcLPwkdiINgJNTXhPKg5Cqu3VYn0=" on: branch: try - condition: $DEPLOY = 1 + condition: $DEPLOY_ALT = 1 # this is the same as the above deployment provider except that it uploads to # a slightly different directory and has a different trigger |
