Skip to content

Commit

Permalink
Running without default features and std flag is espected to work on …
Browse files Browse the repository at this point in the history
…nightly only
  • Loading branch information
kamarkiewicz committed Dec 4, 2017
1 parent c9efb4e commit aa89536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ env:
- FEATURES='' # default ones
- FEATURES='--features "regexp"'
- FEATURES='--features "regexp regexp_macros"'
- FEATURES='--features "regexp regexp_macros" --no-default-features'

matrix:
include:
- rust: nightly
env: FEATURES='--features "nightly regexp"'

- rust: nightly
env: FEATURES='--features "regexp regexp_macros" --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 aa89536

Please sign in to comment.