Change lowest rust version in .travis.yml to 1.13.0 from 1.11.0

This commit is contained in:
mario 2017-01-19 20:20:57 +01:00
parent aee50ac05f
commit 099f3231e5

View file

@ -1,7 +1,7 @@
sudo: false
language: rust
rust:
- 1.11.0
- 1.13.0
- beta
- stable
cache: cargo