Skip to content

Commit

Permalink
Check build for no-default-features in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Jan 18, 2017
1 parent c8cbfec commit 2d2f7f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: rust
script:
- cargo build --verbose
- cargo build --verbose --no-default-features
- cargo test
sudo: false

rust:
Expand Down

0 comments on commit 2d2f7f0

Please sign in to comment.