Parcourir la source

travis: reuse build from cargo test run to save time

Mokhtar Naamani il y a 5 ans
Parent
commit
c03be98e8d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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