Skip to content

Commit

Permalink
issue with feature exclusion for rust 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Aug 29, 2016
1 parent b017276 commit 7aec80d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,12 @@ before_script:
script:
- travis-cargo --only 1.2 test -- --features regexp
- travis-cargo --only nightly build -- --features "nightly core regexp"

- echo $FEATURES && travis-cargo test -- $FEATURES
- travis-cargo --only stable test -- $FEATURES
- travis-cargo --only beta test -- $FEATURES
- travis-cargo --only nightly test -- $FEATURES
- travis-cargo bench
- travis-cargo --only stable doc -- --features "stream regexp regexp_macros" --no-default-features

matrix:
exclude:
- rust: 1.2
env: FEATURES="--features \"regexp regexp_macros\""
- rust: 1.2
env: FEATURES="--features \"stream regexp regexp_macros\""
- rust: 1.2
env: FEATURES="--features \"stream regexp regexp_macros\" --no-default-features"

after_success:
- travis-cargo bench
- travis-cargo coveralls --no-sudo
Expand Down

0 comments on commit 7aec80d

Please sign in to comment.