Skip to content

Commit

Permalink
Run tests with std feature disabled in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dflemstr committed Jan 23, 2020
1 parent b18ce36 commit bfc842c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ rust:
- nightly
- beta
- stable
script:
- cargo test --verbose --all # default features
- cargo test --verbose --all --no-default-features # excludes std

0 comments on commit bfc842c

Please sign in to comment.