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
|
||||
|
||||
rm -r $td
|
||||
|
||||
rustup default $CHANNEL
|
||||
rustup install "$CHANNEL"
|
||||
rustup default "$CHANNEL"
|
||||
rustc -V
|
||||
cargo -V
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue