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 4bf744b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,11 @@ script: cargo test --all-features --all
jobs:
include:
- rust: 1.33.0
script: |
cargo update &&
cargo update -p unicode-normalization --precise 0.1.9 &&
cargo test --all-features --all &&
cargo update
- rust: stable
- rust: beta
- rust: nightly
Expand Down

0 comments on commit 4bf744b

Please sign in to comment.