Browse Source

.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 9 years ago
parent
commit
015cd0be43
1 changed files with 1 additions and 0 deletions
  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
   - |