Skip to content

Commit

Permalink
travis: enable builds on stable Rust
Browse files Browse the repository at this point in the history
We use a method from Rust 1.9: is_char_boundary(): [1]
It's in the current stable release, so we can re-enable it in Travis.

[1] http://doc.rust-lang.org/stable/std/primitive.str.html#method.is_char_boundary

Signed-off-by: Tibor Benke <tibor.benke@balabit.com>
  • Loading branch information
Tibor Benke committed May 27, 2016
1 parent 7a7bd37 commit 6534e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ matrix:
- rust: nightly
env: TRAVIS_CARGO_NIGHTLY_FEATURE=nightly
- rust: beta
- rust: stable

# load travis-cargo
before_script:
Expand Down

0 comments on commit 6534e75

Please sign in to comment.