Selaa lähdekoodia

travis: reuse build from cargo test run to save time

Mokhtar Naamani 5 vuotta sitten
vanhempi
commit
c03be98e8d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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