浏览代码

Split CI commands, enable verbose mode

timvisee 7 年之前
父节点
当前提交
c23fe34c33
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      .travis.yml

+ 3 - 4
.travis.yml

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