Skip to content

Commit

Permalink
Drop testing nightly Rust on Windows
Browse files Browse the repository at this point in the history
The nightly tests have never managed to catch something. Since
AppVeyor runs our tests one at a time, we can save some time by only
running nightly tests in Linux (on Travis CI).
  • Loading branch information
mgeisler committed Mar 30, 2020
1 parent 908b501 commit fbe7de7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
environment:
matrix:
- TOOLCHAIN: stable
- TOOLCHAIN: nightly

matrix:
allow_failures:
- TOOLCHAIN: nightly

install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
Expand Down

0 comments on commit fbe7de7

Please sign in to comment.