Skip to content

Commit bf6d3c4

Browse files
committed
Simplify
1 parent 7793dec commit bf6d3c4

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,13 @@ install:
135135
# - cd ..
136136

137137
script:
138+
# output something every <10 minutes
139+
- while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
138140
- cd src
139-
- ../run_long.sh python -m cibuildwheel --output-dir ../wheelhouse
141+
- python -m cibuildwheel --output-dir ../wheelhouse
140142
- cd ..
143+
# terminate background sleep & print loop
144+
- kill %1
141145

142146
deploy:
143147
- provider: script

run_long.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)