Skip to content

Commit

Permalink
BUild the no_std version with travis as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Feb 23, 2016
1 parent 9c158d6 commit f458a51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ before_script:

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

0 comments on commit f458a51

Please sign in to comment.