fix travis ci for beta channel

travis started to fail for beta channel.
This commit is contained in:
Michał Budzyński 2017-07-26 09:45:23 +02:00 committed by Michal Budzynski
parent 55e7e82e5c
commit 5da75bc798
1 changed files with 3 additions and 2 deletions

View File

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