Skip to content

Commit 1fabf59

Browse files
committed
Don't test minimal versions in CI
Option isn't compatible with stable Rustc. Nightly runners already have important tests for latest version.
1 parent 1a2dcdc commit 1fabf59

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ matrix:
66
- rust: 1.28.0
77
env: DESCRIPTION="Linux, 1.28.0"
88
os: linux
9-
before_script:
10-
- cargo generate-lockfile -Z minimal-versions
119

1210
- rust: 1.28.0
1311
env: DESCRIPTION="OSX, 1.22.0"
1412
os: osx
15-
before_script:
16-
- cargo generate-lockfile -Z minimal-versions
1713

1814
- rust: stable
1915
env: DESCRIPTION="Linux, stable"

0 commit comments

Comments
 (0)