Skip to content

Commit f720855

Browse files
committed
Delete the minimal version tests
1 parent 1b1abcf commit f720855

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
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.31.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

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ environment:
22
matrix:
33
- TARGET: x86_64-pc-windows-msvc
44
OTHER_TARGET: i686-pc-windows-msvc
5-
- TARGET: x86_64-pc-windows-msvc
6-
MINIMAL_VERSIONS: true
7-
CFG_DISABLE_CROSS_TESTS: 1
85

96
install:
107
- if NOT defined APPVEYOR_PULL_REQUEST_NUMBER if "%APPVEYOR_REPO_BRANCH%" == "master" appveyor exit

0 commit comments

Comments
 (0)