Skip to content

Commit

Permalink
test build with verbose-errors and fix no_std builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Dec 9, 2017
1 parent 1a21e1d commit d31a7f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ rust:
env:
matrix:
- FEATURES='' # default ones
- FEATURES='--features "regexp"'
- FEATURES='--features "regexp regexp_macros"'
- FEATURES='--features "regexp regexp_macros verbose-errors"'

matrix:
include:
- rust: nightly
env: FEATURES='--features "nightly regexp"'
- rust: nightly
env: FEATURES='--features "regexp regexp_macros" --no-default-features'
- rust: nightly
env: FEATURES='--no-default-features'
script: cargo build --verbose --no-default-features
- rust: stable
env: DOC_FEATURES='--features "std regexp regexp_macros" --no-default-features'
script: eval cargo doc --verbose $DOC_FEATURES
Expand Down

0 comments on commit d31a7f7

Please sign in to comment.