Test only compilation on rust 1.18

This is bincode's current minimum supported Rust version but we have
dev-dependencies that require a newer version.
This commit is contained in:
David Tolnay 2019-04-07 16:36:49 -07:00
parent 74422cfaae
commit 2b48df8925
1 changed files with 7 additions and 1 deletions

View File

@ -4,4 +4,10 @@ rust:
- stable
- beta
- nightly
- 1.18.0
script: cargo test
matrix:
include:
- rust: 1.18.0
script: cargo build