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:
parent
55e7e82e5c
commit
2c17cc2674
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue