Skip to content

Commit

Permalink
Continue to tweak travis for serde
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 21, 2015
1 parent 94023b1 commit a65e91b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ script:
- cargo build --verbose
- cargo build --verbose --no-default-features
- cargo build --verbose --features serde --no-default-features
- cargo test --verbose
- cargo test --verbose --no-default-features
- cargo test --verbose --features serde --no-default-features
- cargo test --verbose --features serde
- rustdoc --test README.md -L target
- cargo doc --no-deps
after_success: |
Expand Down

0 comments on commit a65e91b

Please sign in to comment.