Test new compiler feature flag combinations in CI

This commit is contained in:
timvisee 2019-03-15 01:05:02 +01:00
parent c15ef067fe
commit ddf0e191a3
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -49,6 +49,8 @@ variables:
- cargo check --verbose
- cargo check --no-default-features --features send2 --verbose
- cargo check --no-default-features --features send3 --verbose
- cargo check --no-default-features --features send2,send3,qrcode --verbose
- cargo check --no-default-features --features send2,send3,urlshorten --verbose
- cargo check --features no-color --verbose
check-stable:
<<: *check-base