File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
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.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
-
40
26
- env : TARGET=x86_64-unknown-linux-gnu
41
27
ALT=i686-unknown-linux-gnu
42
28
rust : nightly
You can’t perform that action at this time.
0 commit comments