Don't allow nightly runs to fail

This commit is contained in:
Felix Krull 2019-05-21 22:58:56 +02:00 committed by Colin Walters
parent c89270969c
commit 0e23ed73e6

View File

@ -23,7 +23,6 @@ ostree-sys_nightly:
image: rustlang/rust:nightly
script:
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
allow_failure: true
publish_ostree-sys:
stage: publish
@ -42,7 +41,6 @@ ostree_nightly:
image: rustlang/rust:nightly
script:
- cargo test --verbose --features "v2018_9" #--all-features
allow_failure: true
publish_ostree:
stage: publish