From 45d926af7e7e0011115a82dfa962762c921afa69 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 2 Sep 2019 00:54:22 +0200 Subject: [PATCH] Move display log in after_script --- .travis.yml | 5 +++++ tests/travis.sh | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a78e956..e0235ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,3 +38,8 @@ script: - sudo wo stack status - sudo wo stack purge --all --force - sudo bash install --purge + +after_script: + - sudo cat /etc/nginx/nginx.conf | ccze -A + - sudo cat /var/log/wo/wordops.log | ccze -A + - sudo cat /etc/mysql/my.cnf | ccze -A diff --git a/tests/travis.sh b/tests/travis.sh index 7176198..0ea2467 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -131,7 +131,4 @@ echo -e "${CGREEN}#############################################${CEND}" echo -e ' various informations ' echo -e "${CGREEN}#############################################${CEND}" wp --allow-root --info -cat /etc/nginx/nginx.conf | ccze -A wo site info wp1.com -cat /etc/mysql/my.cnf | ccze -A -cat /var/log/wo/wordops.log | ccze -A \ No newline at end of file