ci: fix Travis builds timing out because of no output (#2943)

This commit is contained in:
Christian Moritz 2019-09-14 01:30:04 +02:00 committed by Bert Belder
parent 1a6c4b644b
commit 40a6d83073
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461
1 changed files with 2 additions and 2 deletions

View File

@ -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