1
0
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:
Yamashita, Yuu
2019-04-08 23:54:12 +09:00
parent e7ed7fa27e
commit 02a4b33b62
3 changed files with 11 additions and 26 deletions

View File

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