Skip to content

Commit

Permalink
build all the features in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Feb 23, 2016
1 parent ab13eff commit 4280a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ before_script:

script:
- |
travis-cargo build &&
travis-cargo test &&
travis-cargo build -- --features regexp regex_macros &&
travis-cargo test -- --features regexp regex_macros &&
travis-cargo bench &&
travis-cargo --only stable doc
travis-cargo --only stable doc -- --features regexp regex_macros
after_success:
- travis-cargo coveralls --no-sudo
Expand Down

0 comments on commit 4280a10

Please sign in to comment.