Skip to content

Commit

Permalink
Make sure CI tests serde stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
UserAB1236872 committed Oct 29, 2017
1 parent 496e2aa commit 1c37e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ matrix:
- cargo doc --no-deps --features nightly
script:
- cargo test
- cargo test --features serde-1
- cargo test --manifest-path rand-derive/Cargo.toml
after_success:
- travis-cargo --only nightly doc-upload
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ build: false

test_script:
- cargo test
- cargo test --features serde-1
- cargo test --features nightly
- cargo test --manifest-path rand-derive/Cargo.toml

0 comments on commit 1c37e96

Please sign in to comment.