Skip to content

Commit

Permalink
Unpin nightly version in CI.
Browse files Browse the repository at this point in the history
Removes temporary workaround for rust-lang/rust#49033.
  • Loading branch information
ehuss committed Apr 5, 2018
1 parent 187bb0a commit 4eb42cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ matrix:

- env: TARGET=x86_64-unknown-linux-gnu
ALT=i686-unknown-linux-gnu
rust: nightly-2018-03-07
rust: nightly
install:
- mdbook --help || cargo install mdbook --force
script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -6,7 +6,7 @@ environment:

install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2018-03-07
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup target add %OTHER_TARGET%
- rustc -V
Expand Down

0 comments on commit 4eb42cd

Please sign in to comment.