1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00

Clean terminal distortion from docker-compose in travis

This commit is contained in:
Tim Möhlmann 2018-10-06 17:06:23 +03:00
parent 7915f2631f
commit a19e11d552
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

View File

@ -61,6 +61,7 @@ die() {
for file in tests/compose/*.env ; do
cp $file .env
docker-compose -f tests/compose/run.yml -p $DOCKER_ORG up -d
echo "\n" # Clean terminal distortion from docker-compose in travis
v_sleep 1
container_logs
containers_check || die 1