Skip to content

Commit 8b6f710

Browse files
committed
Auto merge of #5901 - dwijnand:1.28-win, r=alexcrichton
Align AppVeyor to use 1.28 for minimal versions .. like Travis CI's setup.
2 parents 7d6d0c3 + 0ec44d9 commit 8b6f710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
1414
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
1515
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
16-
- if defined MINIMAL_VERSIONS rustup toolchain install stable
16+
- if defined MINIMAL_VERSIONS rustup toolchain install 1.28.0
1717
- rustup target add %OTHER_TARGET%
1818
- rustc -V
1919
- cargo -V
@@ -27,5 +27,5 @@ test_script:
2727
# we don't have ci time to run the full `cargo test` with `minimal-versions` like
2828
# - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
2929
# so we just run `cargo check --tests` like
30-
- if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable check --tests
30+
- if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo check --tests
3131
- if NOT defined MINIMAL_VERSIONS cargo test

0 commit comments

Comments
 (0)