summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-12-05 15:01:58 -0500
committerDan Halbert <halbert@halwitz.org>2018-12-05 15:01:58 -0500
commit58f230d63239a39b98aab7c1289bc1daccd59d43 (patch)
tree6a41eab51366f328705fcaf97c3eab3d4361ba5d /tools
parent56b71281b3637e817d8b15f98a0dc1f37b138094 (diff)
make sure travis sees some output in time
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_release_files.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build_release_files.py b/tools/build_release_files.py
index b01d4b8ea..6bf418fe6 100755
--- a/tools/build_release_files.py
+++ b/tools/build_release_files.py
@@ -71,6 +71,7 @@ for board in build_boards:
if travis:
print('travis_fold:end:adafruit-bins-{}-{}\\r'.format(language, board))
- print()
+ # Flush so travis will see something before 10 minutes has passed.
+ print(flush=True)
sys.exit(exit_status)