1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 20:00:36 +02:00

Check with nightly image; remove zsh-ism

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-10-23 02:19:21 +02:00
parent a104ebc3f6
commit 6d1d441372

View File

@ -33,8 +33,9 @@ variables:
rustfmt:
stage: lint
image: rustlang/rust:nightly
script:
- rustfmt --check --edition 2018 **/*.rs
- find -type f -iname '*.rs' -not -path './target/*' | xargs rustfmt --check --edition 2018
rust-latest-build:
extends: