Skip to content

Commit

Permalink
Skip doc tests when testing without std
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 2, 2019
1 parent 6bc31f5 commit b503c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ script:
- cargo build --features "$FEATURES"
- cargo test --features "$FEATURES"
- cargo build --no-default-features --features "$FEATURES"
- cargo test --no-default-features --features "$FEATURES"
- cargo test --tests --no-default-features --features "$FEATURES"
- if [ "$BUILD_BENCH" == "true" ]; then cargo bench --no-run --features "$FEATURES"; fi

0 comments on commit b503c82

Please sign in to comment.