Skip to content

Commit

Permalink
Test only compilation on rust 1.18
Browse files Browse the repository at this point in the history
This is bincode's current minimum supported Rust version but we have
dev-dependencies that require a newer version.
  • Loading branch information
dtolnay committed Apr 7, 2019
1 parent afae48c commit eb89c60
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ rust:
- stable
- beta
- nightly
- 1.18.0

script: cargo test

matrix:
include:
- rust: 1.18.0
script: cargo build

0 comments on commit eb89c60

Please sign in to comment.