Skip to content

Commit

Permalink
separate features by version
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Feb 23, 2016
1 parent 17f3118 commit 1d2e6e5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ before_script:

script:
- |
travis-cargo build -- --features "regexp regexp_macros" &&
travis-cargo test -- --features "regexp regexp_macros" &&
travis-cargo --only 1.2 test -- --features regexp &&
travis-cargo --only stable test -- --features "regexp regexp_macros" &&
travis-cargo --only beta test -- --features "regexp regexp_macros" &&
travis-cargo --only nightly build -- --features "nightly core regexp regexp_macros" &&
travis-cargo --only nightly test -- --features "regexp regexp_macros" &&
travis-cargo bench &&
travis-cargo --only stable doc -- --features "regexp regexp_macros" &&
travis-cargo --only nightly build -- --features "core"
travis-cargo --only stable doc -- --features "regexp regexp_macros"
after_success:
- travis-cargo coveralls --no-sudo
Expand Down

0 comments on commit 1d2e6e5

Please sign in to comment.