We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de277a8 commit 6e57f20Copy full SHA for 6e57f20
script/install.sh
@@ -4,6 +4,7 @@ if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
4
python setup.py install
5
else
6
echo "python setup.py install"
7
- while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
8
- python setup.py install &> /dev/null
+ while sleep 540; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
+ python setup.py install | tail -n 1000
9
+ kill %1
10
fi
0 commit comments