mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-19 00:53:46 -05:00
Run python-build directly from make to avoid job cancellation after 10 min no output on travis-ci.org
This commit is contained in:
@@ -36,9 +36,6 @@ install: git clone --depth 1 https://github.com/bats-core/bats-core.git bats
|
||||
# Default for auto-generated jobs.
|
||||
script: make test-build
|
||||
|
||||
after_script: |
|
||||
cat "$(ls -tr ${TMPDIR:-/tmp}/python-build.*.log | tail -1)"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
# Shell-based tests should execute every time.
|
||||
|
||||
Reference in New Issue
Block a user