Skip to content

Commit 9a8321a

Browse files
committed
RIP, minimal-versions testing. You will be missed.
1 parent ed9386b commit 9a8321a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@ matrix:
2323
rust: beta
2424
if: branch != master OR type = pull_request
2525

26-
# Minimum Rust supported channel. We enable these to make sure we
27-
# continue to work on the advertised minimum Rust version.
28-
# However cargo only supports the latest stable so this will get
29-
# increased every 6 weeks or so when the first PR to use a new feature.
30-
- env: TARGET=x86_64-unknown-linux-gnu
31-
ALT=i686-unknown-linux-gnu
32-
rust: 1.32.0
33-
script:
34-
- rustup toolchain install nightly || travis_terminate 1
35-
- cargo +nightly generate-lockfile -Z minimal-versions || travis_terminate 1
36-
- cargo -V || travis_terminate 1
37-
- cargo test --features=deny-warnings || travis_terminate 1
38-
if: branch != master OR type = pull_request
39-
4026
- env: TARGET=x86_64-unknown-linux-gnu
4127
ALT=i686-unknown-linux-gnu
4228
rust: nightly

0 commit comments

Comments
 (0)