Test other compiler feature configurations on CI

This commit is contained in:
timvisee 2019-02-28 00:56:08 +01:00
parent 5f7c6eb15c
commit b8116c69f9
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -38,7 +38,8 @@ variables:
stage: check stage: check
script: script:
- cargo check --verbose - cargo check --verbose
- cargo check --no-default-features --verbose - cargo check --no-default-features --features send2 --verbose
- cargo check --no-default-features --features send3 --verbose
- cargo check --features no-color --verbose - cargo check --features no-color --verbose
rust-stable: rust-stable:
<<: *check-base <<: *check-base