mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
travis: allow cache to be saved when build takes too long
Kill Ninja after 35 minutes to prevent Travis from cancelling the build due to time-out. This allows the cache to be saved, so the build can complete when it is attempted again.
This commit is contained in:
parent
0208305fcd
commit
4b3a8be640
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ before_script:
|
|||
- "./tools/setup.py"
|
||||
script:
|
||||
- "./tools/lint.py"
|
||||
- bash -c "sleep 2100; pkill ninja" &
|
||||
- "./tools/build.py -j2"
|
||||
- "./tools/test.py $DENO_BUILD_PATH"
|
||||
before_deploy: |
|
||||
|
|
Loading…
Add table
Reference in a new issue