Browse Source

Split CI commands, enable verbose mode

timvisee 7 năm trước cách đây
mục cha
commit
c23fe34c33
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  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