mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
ci: fix Travis builds timing out because of no output (#2943)
This commit is contained in:
parent
1a6c4b644b
commit
40a6d83073
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ before_script:
|
|||
|
||||
# Default script for release builds.
|
||||
script:
|
||||
- cargo build --release --locked --all-targets
|
||||
- cargo build -vv --release --locked --all-targets
|
||||
- DENO_BUILD_MODE=release ./tools/test.py
|
||||
# For some reason it's faster to run clippy after build.
|
||||
- rustup component add clippy
|
||||
|
@ -90,7 +90,7 @@ jobs:
|
|||
# Run benchmarks and publish the result to github pages.
|
||||
- name: "benchmarks"
|
||||
script:
|
||||
- cargo build --release --locked --all-targets
|
||||
- cargo build -vv --release --locked --all-targets
|
||||
- ./tools/benchmark.py target/release && cp -r website/* gh-pages/
|
||||
deploy:
|
||||
- provider: pages
|
||||
|
|
Loading…
Reference in a new issue