Skip to content

Commit

Permalink
test changes to the travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Aug 29, 2016
1 parent 63458f3 commit 20189a0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH

script:
- |
travis-cargo --only 1.2 test -- --features regexp &&
travis-cargo --only stable test -- --features "regexp regexp_macros" &&
travis-cargo --only stable test -- --features "stream regexp regexp_macros" --no-default-features &&
travis-cargo --only beta test -- --features "regexp regexp_macros" &&
travis-cargo --only nightly build -- --features "nightly core regexp" &&
travis-cargo --only nightly test -- --features "regexp regexp_macros" &&
travis-cargo --only nightly test -- --features "stream regexp regexp_macros" --no-default-features &&
travis-cargo bench &&
travis-cargo --only stable doc -- --features "regexp"
- travis-cargo --only 1.2 test -- --features regexp
- travis-cargo --only stable test -- --features "regexp regexp_macros"
- travis-cargo --only stable test -- --features "stream regexp regexp_macros" --no-default-features
- travis-cargo --only beta test -- --features "regexp regexp_macros"
- travis-cargo --only nightly build -- --features "nightly core regexp"
- travis-cargo --only nightly test -- --features "regexp regexp_macros"
- travis-cargo --only nightly test -- --features "stream regexp regexp_macros" --no-default-features
- travis-cargo bench
- travis-cargo --only stable doc -- --features "regexp regexp_macros"

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

notifications:
Expand Down

0 comments on commit 20189a0

Please sign in to comment.