Skip to content

Commit

Permalink
rustup.sh: CI uses stable
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Dec 18, 2017
1 parent 6a41eaa commit 7c802dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/rustup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -ex

export TRAVIS_RUST_VERSION
for TRAVIS_RUST_VERSION in 1.8.0 1.15.0 beta nightly; do
for TRAVIS_RUST_VERSION in 1.8.0 stable beta nightly; do
run="rustup run $TRAVIS_RUST_VERSION"
if [ "$TRAVIS_RUST_VERSION" = 1.8.0 ]; then
# libc 0.2.34 started using #[deprecated]
Expand Down

0 comments on commit 7c802dc

Please sign in to comment.