Browse Source

travis: reuse build from cargo test run to save time

Mokhtar Naamani 5 năm trước cách đây
mục cha
commit
c03be98e8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,4 +9,4 @@ before_script:
 script:
   - cargo fmt --all -- --check
   - cargo test --verbose --all
-  - cargo build --release
+  - cargo build