CI: Allow nightly to fail

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-03-26 18:04:21 +01:00
parent a4325c787a
commit 476813a10a
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -12,6 +12,7 @@ variables:
.nightly:
image: rustlang/rust:nightly
allow_failure: true # It's not often, but it happens nightly breaks, surprisingly.
.build:
stage: build