Skip to content

Commit 6e57f20

Browse files
committed
[ci deploy]
1 parent de277a8 commit 6e57f20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

script/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
44
python setup.py install
55
else
66
echo "python setup.py install"
7-
while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
8-
python setup.py install &> /dev/null
7+
while sleep 540; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
8+
python setup.py install | tail -n 1000
9+
kill %1
910
fi

0 commit comments

Comments
 (0)