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