From b012adc354100ee95c1695ae7934e86683f1774e Mon Sep 17 00:00:00 2001 From: Tim Neumann Date: Tue, 4 Apr 2017 18:14:14 +0200 Subject: [PATCH] update image name for DEPLOY_ALT --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8c9337fa81..e5b57a389ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,7 @@ matrix: # 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-linux DEPLOY_ALT=1 + - env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1 - env: > RUST_CHECK_TARGET=dist RUST_CONFIGURE_ARGS="--enable-extended"