Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
travis: Bypass rust-lang/rust#57488
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 10, 2019
1 parent a694408 commit 86946e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ install:

# Install nightly rust
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
- sh /tmp/rustup.sh --default-toolchain nightly -y
- sh /tmp/rustup.sh --default-toolchain none -y
- rustup toolchain install nightly-2019-01-09
- export PATH="$HOME/.cargo/bin:$PATH"
- source "$HOME/.cargo/env"

Expand Down

0 comments on commit 86946e7

Please sign in to comment.