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)
This commit is contained in:
Michał Budzyński 2017-07-26 09:45:23 +02:00 committed by GitHub
parent 55e7e82e5c
commit 2c17cc2674
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ install_rustup() {
popd popd
rm -r $td rm -r $td
rustup install "$CHANNEL"
rustup default $CHANNEL rustup default "$CHANNEL"
rustc -V rustc -V
cargo -V cargo -V
} }