Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit c343e52

Browse files
committed
Remove minimal versions check now that there are no dependencies
1 parent 33f48cd commit c343e52

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,3 @@ rust:
1111
script:
1212
- cargo run --manifest-path example/Cargo.toml
1313
- cargo test --all
14-
15-
matrix:
16-
include:
17-
- rust: nightly
18-
name: Minimal versions
19-
before_script:
20-
- cargo update -Z minimal-versions --manifest-path example/Cargo.toml
21-
script:
22-
- cargo check --manifest-path example/Cargo.toml
23-
- rust: 1.31.0
24-
name: 2015 edition
25-
script:
26-
- cargo check

0 commit comments

Comments
 (0)