Travis: Test on stable, nightly and 1.21

This commit is contained in:
Danilo Bargen
2018-06-14 10:17:18 +02:00
parent c9438425fd
commit f99bfdf347
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -1,4 +1,8 @@
language: rust
rust:
- 1.21.0
- stable
- nightly
sudo: false
script:
- cargo build --verbose
+2
View File
@@ -6,6 +6,8 @@ as described in
[Documentation](https://unicode-rs.github.io/unicode-normalization/unicode_normalization/index.html)
This crate requires Rust 1.21+.
```rust
extern crate unicode_normalization;