fix travis ci for beta channel
travis started to fail for beta channel.
This commit is contained in:
parent
55e7e82e5c
commit
5da75bc798
|
@ -25,8 +25,9 @@ install_rustup() {
|
||||||
popd
|
popd
|
||||||
|
|
||||||
rm -r $td
|
rm -r $td
|
||||||
|
rustup self update
|
||||||
rustup default $CHANNEL
|
rustup install "$CHANNEL"
|
||||||
|
rustup default "$CHANNEL"
|
||||||
rustc -V
|
rustc -V
|
||||||
cargo -V
|
cargo -V
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue