Run CI against the six latest Rust releases

This commit is contained in:
Magnus Hallin 2017-02-04 11:16:05 +01:00
parent c5a1f975ed
commit 351815357e

View file

@ -2,6 +2,11 @@ language: rust
cache: cargo
rust:
- 1.10.0
- 1.11.0
- 1.12.1
- 1.13.0
- 1.14.0
- stable
- beta
- nightly