Add lowest working Rust version to Travis

This commit is contained in:
Danilo Bargen 2018-01-08 08:31:53 +01:00
parent 2469419a89
commit 3f7409e4a8

View file

@ -2,6 +2,7 @@ language: rust
rust:
- stable
- 1.20.0
sudo: false