Skip to content

Commit fbe42a2

Browse files
committed
chore: more logs on travis-ci
This will help to debug the s390x issue
1 parent 19244e6 commit fbe42a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ install:
5353
- docker buildx inspect --bootstrap --builder builder-manylinux 2>&1 | tee /dev/null
5454

5555
script: |
56-
BUILD_STATUS=success
5756
(while true; do echo "travis_wait"; docker stats --no-stream; free; df -h; sleep 30; done) &
5857
WAIT_PID=$!
59-
COMMIT_SHA=${TRAVIS_COMMIT} ./build.sh || BUILD_STATUS=failed
58+
disown
59+
BUILD_STATUS=success
60+
COMMIT_SHA=${TRAVIS_COMMIT} ./build.sh 2>&1 || BUILD_STATUS=failed
6061
kill -9 ${WAIT_PID}
6162
if [ "${BUILD_STATUS}" != "success" ]; then
6263
exit 1

0 commit comments

Comments
 (0)