Don't allow nightly runs to fail
This commit is contained in:
parent
c89270969c
commit
0e23ed73e6
|
|
@ -23,7 +23,6 @@ ostree-sys_nightly:
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
|
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
|
||||||
allow_failure: true
|
|
||||||
|
|
||||||
publish_ostree-sys:
|
publish_ostree-sys:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
|
@ -42,7 +41,6 @@ ostree_nightly:
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --features "v2018_9" #--all-features
|
- cargo test --verbose --features "v2018_9" #--all-features
|
||||||
allow_failure: true
|
|
||||||
|
|
||||||
publish_ostree:
|
publish_ostree:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue