Skip to content

Commit

Permalink
try to fix the travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Feb 23, 2016
1 parent 4280a10 commit 56ce495
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 -- --features regexp regex_macros &&
travis-cargo test -- --features regexp regex_macros &&
travis-cargo build -- --features "regexp regex_macros" &&
travis-cargo test -- --features "regexp regex_macros" &&
travis-cargo bench &&
travis-cargo --only stable doc -- --features regexp regex_macros
travis-cargo --only stable doc -- --features "regexp regex_macros"
after_success:
- travis-cargo coveralls --no-sudo
Expand Down

0 comments on commit 56ce495

Please sign in to comment.