Fix travis

This commit is contained in:
VirtuBox
2019-09-20 21:58:23 +02:00
parent 04eb403f83
commit 03228e08b9
2 changed files with 6 additions and 7 deletions

View File

@@ -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

View File

@@ -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