aboutsummaryrefslogtreecommitdiff
path: root/etc/ci/keep_alive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ci/keep_alive.sh')
-rwxr-xr-xetc/ci/keep_alive.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/ci/keep_alive.sh b/etc/ci/keep_alive.sh
new file mode 100755
index 000000000..31dc32e05
--- /dev/null
+++ b/etc/ci/keep_alive.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+while [ 1 ]
+do
+ echo ""
+ echo "Travis keep-alive spew"
+ sleep 5m
+done