Skip to content

Commit de172ea

Browse files
committed
Disable tests for the MSRV on CI since support was broken by a dependency
1 parent a8c1c10 commit de172ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ matrix:
7171
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
7272

7373
# MSRV
74-
- env: TARGET=x86_64-unknown-linux-gnu
74+
- env: TARGET=x86_64-unknown-linux-gnu DISABLE_TESTS=1
7575
rust: 1.39.0
7676
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
7777

0 commit comments

Comments
 (0)