Skip to content

Commit ec0d263

Browse files
committed
Disable cargo integration test
1 parent af3e940 commit ec0d263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ matrix:
1919
- env: CFG_RELEASE_CHANNEL=beta
2020
- os: osx
2121
- env: INTEGRATION=bitflags
22-
- env: INTEGRATION=cargo
2322
- env: INTEGRATION=chalk
2423
- env: INTEGRATION=crater
2524
- env: INTEGRATION=error-chain
@@ -41,6 +40,8 @@ matrix:
4140
- env: INTEGRATION=rust-semverver
4241
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
4342
- env: INTEGRATION=failure
43+
# `cargo test` doesn't finish - disabling for now.
44+
# - env: INTEGRATION=cargo
4445

4546
script:
4647
- |

0 commit comments

Comments
 (0)