Skip to content

Commit

Permalink
change compilation features in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed May 9, 2017
1 parent d8dde82 commit 3393063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ before_script:

script:
- travis-cargo --only 1.2 test -- --features regexp
- travis-cargo --only nightly build -- --features "nightly core regexp"
- travis-cargo --only nightly build -- --features "nightly regexp"
- 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
- travis-cargo --only stable doc -- --features "std stream regexp regexp_macros" --no-default-features

after_success:
- travis-cargo bench
Expand Down

0 comments on commit 3393063

Please sign in to comment.