Skip to content

Commit

Permalink
Pin unicode-normalization for Rust 1.33 CI build
Browse files Browse the repository at this point in the history
See #566 for details.
  • Loading branch information
mbrubeck committed Dec 10, 2019
1 parent 7d2c9d6 commit 4e56357
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,9 @@ script: cargo test --all-features --all
jobs:
include:
- rust: 1.33.0
script: |
cargo update -p unicode-normalization --precise 0.1.9 &&
cargo test --all-features --all
- rust: stable
- rust: beta
- rust: nightly
Expand Down

0 comments on commit 4e56357

Please sign in to comment.