From 03228e08b9318f084867a5ee3c038a0d18073a5c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 20 Sep 2019 21:58:23 +0200 Subject: [PATCH] Fix travis --- .travis.yml | 1 - tests/travis.sh | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index a09084a..3694e4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,5 @@ script: - sudo echo "Travis Banch = $TRAVIS_BRANCH" - sudo time bash install --travis -b "$TRAVIS_BRANCH" - sudo time bash tests/travis.sh - - sudo wo update --travis - sudo wo stack status diff --git a/tests/travis.sh b/tests/travis.sh index 9e324c7..882ebe9 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -173,6 +173,12 @@ for stack in $stack_clean; do fi done +echo -e "${CGREEN}#############################################${CEND}" +echo -e ' various informations ' +echo -e "${CGREEN}#############################################${CEND}" +wp --allow-root --info +wo site info wp.net + echo -e "${CGREEN}#############################################${CEND}" echo -e ' wo stack purge ' echo -e "${CGREEN}#############################################${CEND}" @@ -191,9 +197,3 @@ for stack in $stack_purge; do fi done - -echo -e "${CGREEN}#############################################${CEND}" -echo -e ' various informations ' -echo -e "${CGREEN}#############################################${CEND}" -wp --allow-root --info -wo site info wp.net \ No newline at end of file