Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Work around rust-lang/rustup#1062
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode authored and wycats committed Apr 13, 2017
1 parent e9c333f commit cb182fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ environment:
# 32-bit
- RUBY_VERSION: 23
RUST_HOST: i686-pc-windows-msvc
RUST_VERSION: nightly
RUST_VERSION: nightly-2017-04-11
# 64-bit
- RUBY_VERSION: 23-x64
RUST_HOST: x86_64-pc-windows-msvc
RUST_VERSION: nightly
RUST_VERSION: nightly-2017-04-11

matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
- EXAMPLES="calculator console membership turbo_blank"
- VERBOSE=true
- RUST_BACKTRACE=1
- RUST_VERSION=nightly
- RUST_VERSION=nightly-2017-04-11
# This isn't expected to pass yet
#- EXAMPLES="duration"

Expand Down

0 comments on commit cb182fc

Please sign in to comment.