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