diff --git a/.travis.yml b/.travis.yml index d582eb3301..dee09e6949 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ matrix: script: - cargo test - cargo build --no-default-features # we cannot exclude doc tests - - cargo test --manifest-path rand-derive/Cargo.toml - rust: stable - rust: stable os: osx @@ -30,7 +29,6 @@ script: - cargo test --tests --no-default-features - cargo test --features serde-1,log - cargo test --tests --no-default-features --features=serde-1 - - cargo test --manifest-path rand-derive/Cargo.toml env: global: diff --git a/appveyor.yml b/appveyor.yml index 9751dacc5d..033f709832 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,4 +38,3 @@ test_script: - cargo test --features nightly - cargo test --tests --no-default-features --features=alloc - cargo test --tests --no-default-features --features=serde-1 - - cargo test --manifest-path rand-derive/Cargo.toml