Pin Travis to Xargo 0.3.8

This commit is contained in:
Jonas Schievink 2017-09-22 20:20:13 +02:00
parent b50c9095c0
commit df85298c5a

View file

@ -3,8 +3,8 @@ set -euxo pipefail
main() { main() {
case $TARGET in case $TARGET in
thumbv*-none-eabi*) thumbv*-none-eabi*)
cargo install --list | grep xargo || \ cargo install --list | grep 'xargo v0.3.8' || \
cargo install xargo cargo install xargo --vers 0.3.8
rustup component list | grep 'rust-src.*installed' || \ rustup component list | grep 'rust-src.*installed' || \
rustup component add rust-src rustup component add rust-src
;; ;;