Test sys with v2018_9 until I can get 2019.2 for CI

This commit is contained in:
Felix Krull 2019-05-18 00:09:40 +02:00 committed by Colin Walters
parent 3fa9378a5e
commit 7871c600e0

View File

@ -16,13 +16,13 @@ stages:
ostree-sys:
stage: build
script:
- cargo test --verbose --manifest-path sys/Cargo.toml --all-features
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
ostree-sys_nightly:
stage: build
image: rustlang/rust:nightly
script:
- cargo test --verbose --manifest-path sys/Cargo.toml --all-features
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
allow_failure: true
publish_ostree-sys: