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

Commit 86946e7

Browse files
author
강동윤
committed
travis: Bypass rust-lang/rust#57488
1 parent a694408 commit 86946e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ install:
1111

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

0 commit comments

Comments
 (0)