chore(ci): skip building tests on minimum Rust version

This commit is contained in:
Sean McArthur
2018-06-05 11:41:17 -07:00
parent 924c6da25b
commit 53f4c9dca1

View File

@@ -13,7 +13,7 @@ matrix:
- rust: stable
env: FEATURES="--no-default-features"
- rust: 1.21.0
env: FEATURES="--no-default-features --features runtime"
env: FEATURES="--no-default-features --features runtime" BUILD_ONLY="1"
cache:
apt: true