Skip to content

Commit

Permalink
reduce CI time by removing some alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Dec 10, 2017
1 parent 9e032bb commit c6c4d7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ rust:

env:
matrix:
- FEATURES='' # default ones
- FEATURES='--features "regexp regexp_macros"'
- FEATURES='--features "regexp regexp_macros verbose-errors"'

matrix:
include:
- rust: nightly
env: FEATURES='--features "nightly regexp"'
env: FEATURES='--features "nightly"'
- rust: nightly
env: FEATURES='--no-default-features'
- rust: stable
env: 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 c6c4d7c

Please sign in to comment.