Skip to content

Commit

Permalink
Don't build regexp with no_std for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Feb 23, 2016
1 parent f458a51 commit 17f3118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
travis-cargo test -- --features "regexp regexp_macros" &&
travis-cargo bench &&
travis-cargo --only stable doc -- --features "regexp regexp_macros" &&
travis-cargo --only nightly build -- --features "regexp regexp_macros core"
travis-cargo --only nightly build -- --features "core"
after_success:
- travis-cargo coveralls --no-sudo
Expand Down

0 comments on commit 17f3118

Please sign in to comment.