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