Skip to content

Commit

Permalink
macos does not set RUST_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jan 24, 2022
1 parent c43f773 commit fe1ca91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e
set -x
export CARGO_DINGHY="`pwd`/target/debug/cargo-dinghy"
export RUST_BACKTRACE=1
echo RUST_VERSION: ${RUST_VERSION:=stable}

rustup toolchain add $RUST_VERSION
export RUSTUP_TOOLCHAIN=$RUST_VERSION
Expand Down

0 comments on commit fe1ca91

Please # to comment.