Skip to content

Commit

Permalink
Add documentation to custom_travis_wait.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 7, 2017
1 parent 17f356c commit b3ec74b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/custom_travis_wait.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/env bash
# Add a custom wait time (limit value, in seconds).
#
# Chose to use a custom script instead of travis_wait, since travis_wait eats
# logged output then spits it out at the end.

set -e
set -u

Expand Down

0 comments on commit b3ec74b

Please sign in to comment.