Browse Source

Split CI commands, enable verbose mode

timvisee 7 years ago
parent
commit
c23fe34c33
1 changed files with 3 additions and 4 deletions
  1. 3 4
      .travis.yml

+ 3 - 4
.travis.yml

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