Add MSRV to CI

pull/4/head
Diego Barrios Romero 2019-04-08 19:01:48 +02:00
parent db921768ee
commit 0222a79f0d
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ matrix:
- env: TARGET=x86_64-unknown-linux-musl
rust: beta
# Minimum Supported Rust Version
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.31.0
# Raspberry Pi 1
- env: TARGET=arm-unknown-linux-gnueabi DISABLE_EXAMPLES=1 DISABLE_TESTS=1