Skip to content

Commit 4e56357

Browse files
committed
Pin unicode-normalization for Rust 1.33 CI build
See servo#566 for details.
1 parent 7d2c9d6 commit 4e56357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ script: cargo test --all-features --all
44
jobs:
55
include:
66
- rust: 1.33.0
7+
script: |
8+
cargo update -p unicode-normalization --precise 0.1.9 &&
9+
cargo test --all-features --all
710
- rust: stable
811
- rust: beta
912
- rust: nightly

0 commit comments

Comments
 (0)