Skip to content

Commit 7313a7a

Browse files
committed
Travis: Test on stable, nightly and 1.21
1 parent e6a0b07 commit 7313a7a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: rust
2+
rust:
3+
- 1.21.0
4+
- stable
5+
- nightly
26
sudo: false
37
script:
48
- cargo build --verbose

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ as described in
66

77
[Documentation](https://unicode-rs.github.io/unicode-normalization/unicode_normalization/index.html)
88

9+
This crate requires Rust 1.21+.
10+
911
```rust
1012
extern crate unicode_normalization;
1113

0 commit comments

Comments
 (0)