.travis.yml: add a verbose build
I like to have a verbose build log for automation like Travis CI, because it sometimes helps in diagnosing failures.
This commit is contained in:
parent
c9d82acf00
commit
015cd0be43
|
@ -5,6 +5,7 @@ rust:
|
||||||
- nightly
|
- nightly
|
||||||
sudo: false
|
sudo: false
|
||||||
script:
|
script:
|
||||||
|
- cargo build --verbose
|
||||||
- make test
|
- make test
|
||||||
- .travis/test_features.sh
|
- .travis/test_features.sh
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in New Issue