Split CI commands, enable verbose mode

This commit is contained in:
timvisee 2018-03-26 21:05:42 +02:00
parent 0a79fa7c7c
commit c23fe34c33
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2

View file

@ -13,7 +13,6 @@ addons:
# Main build
script:
- |
cargo build &&
cargo test &&
cargo doc
- cargo build --verbose --all
- cargo test --verbose --all
- cargo doc