Ver Fonte

travis: reuse build from cargo test run to save time

Mokhtar Naamani há 5 anos atrás
pai
commit
c03be98e8d
1 ficheiros alterados com 1 adições e 1 exclusões
  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