File tree 2 files changed +0
-17
lines changed
2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,6 @@ matrix:
23
23
rust : beta
24
24
if : branch != master OR type = pull_request
25
25
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
-
40
26
- env : TARGET=x86_64-unknown-linux-gnu
41
27
ALT=i686-unknown-linux-gnu
42
28
rust : nightly
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ environment:
2
2
matrix :
3
3
- TARGET : x86_64-pc-windows-msvc
4
4
OTHER_TARGET : i686-pc-windows-msvc
5
- - TARGET : x86_64-pc-windows-msvc
6
- MINIMAL_VERSIONS : true
7
- CFG_DISABLE_CROSS_TESTS : 1
8
5
9
6
install :
10
7
- if NOT defined APPVEYOR_PULL_REQUEST_NUMBER if "%APPVEYOR_REPO_BRANCH%" == "master" appveyor exit
You can’t perform that action at this time.
0 commit comments