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:
parent
74422cfaae
commit
2b48df8925
|
|
@ -4,4 +4,10 @@ rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
- 1.18.0
|
|
||||||
|
script: cargo test
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- rust: 1.18.0
|
||||||
|
script: cargo build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue