diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-06-27 14:06:26 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-06-27 14:06:26 -0700 |
| commit | 0cce7fcaa3295d18f4fb7e10821ab692d5b2f4d7 (patch) | |
| tree | 81ca7ee2cf4f8b47316c916bc9b53e47c53cda2b /.travis.yml | |
| parent | 72ea216dceff146ff654e6652e5535064dfe69ee (diff) | |
| parent | c562b1923885d67fd349e48da841715f3a5522dd (diff) | |
Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402
Diffstat (limited to '.travis.yml')
| -rwxr-xr-x | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8db5d5803..de5f34c68 100755 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,16 @@ addons: - $(ls -d1 bin/*/*/* | tr "\n" ":") target_paths: / +# Some deploy jobs take over 10 minutes so use this keep alive hack to make sure Travis doesn't kill us. +before_deploy: | + function keep_alive() { + while true; do + echo -en "\a" + sleep 5 + done + } + keep_alive & + deploy: provider: releases api_key: |
