From 2c17cc267485770ac09b8196f596332a2520db41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Budzy=C5=84ski?= Date: Wed, 26 Jul 2017 09:45:23 +0200 Subject: [PATCH] fix travis ci for beta channel travis started to fail for beta channel. This is a first idea for fix (do not merge yet as I have no way to test it on mobile) --- ci/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/install.sh b/ci/install.sh index 1b51cec7..a6ec4681 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -25,8 +25,8 @@ install_rustup() { popd rm -r $td - - rustup default $CHANNEL + rustup install "$CHANNEL" + rustup default "$CHANNEL" rustc -V cargo -V }