Skip to content

Commit

Permalink
Add CI tests for no_std testing enabled by #227
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 11, 2018
1 parent f090aa0 commit 3f76b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ matrix:
- cargo doc --no-deps --all-features
- cargo test --benches
- cargo test --features nightly
- cargo test --tests --no-default-features --features=alloc
after_success:
- travis-cargo --only nightly doc-upload

script:
- cargo test
- cargo test --tests --no-default-features
- cargo test --manifest-path rand-derive/Cargo.toml

env:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ test_script:
- cargo test --benches
- cargo test
- cargo test --features nightly
- cargo test --tests --no-default-features --features=alloc
- cargo test --manifest-path rand-derive/Cargo.toml

0 comments on commit 3f76b1b

Please sign in to comment.