We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2c9d6 commit 4e56357Copy full SHA for 4e56357
.travis.yml
@@ -4,6 +4,9 @@ script: cargo test --all-features --all
4
jobs:
5
include:
6
- rust: 1.33.0
7
+ script: |
8
+ cargo update -p unicode-normalization --precise 0.1.9 &&
9
+ cargo test --all-features --all
10
- rust: stable
11
- rust: beta
12
- rust: nightly
0 commit comments