Revert cargo debugging in CI

This commit is contained in:
timvisee 2018-06-18 19:00:45 +02:00
parent dbc325cc4e
commit 7f67eb766e
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2

View file

@ -28,10 +28,6 @@ before_script:
.check-base: &check-base
stage: check
script:
# Test: cargo and rust environment
- env
- cat ~/.profile
- cargo check --all --verbose
- cargo check --no-default-features --all --verbose
- cargo check --features no-color --all --verbose