Explorar o código

.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.
Josh Stone %!s(int64=9) %!d(string=hai) anos
pai
achega
015cd0be43
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -5,6 +5,7 @@ rust:
   - nightly
 sudo: false
 script:
+  - cargo build --verbose
   - make test
   - .travis/test_features.sh
   - |