update docker.sh

pull/2/head
Hari Sekhon 7 years ago
parent 4f21adbd78
commit b557176f13

@ -21,7 +21,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$srcdir/utils.sh"
docker_compose_quiet=""
if is_travis; then
if [ -n "${TRAVIS:-}" ]; then
docker_compose_quiet="--quiet"
fi

Loading…
Cancel
Save