Skip to content

Commit

Permalink
Disable rand_derive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Feb 11, 2018
1 parent 3efe121 commit 88406d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88406d0

Please sign in to comment.