Update Travis build spec to more recent version of rustc (just-pre-1.18 nightly and 1.18 stable)

This commit is contained in:
Árpád Goretity 2017-10-05 20:22:51 +02:00
parent 11b60e4de2
commit a835c6112d

View file

@ -3,10 +3,10 @@ language: rust
cache: cargo cache: cargo
rust: rust:
- nightly - nightly
- nightly-2017-01-25 - nightly-2017-06-07
- beta - beta
- stable - stable
- 1.13.0 - 1.18.0
matrix: matrix:
allow_failures: allow_failures:
- rust: nightly - rust: nightly