update travis
This commit is contained in:
@@ -28,8 +28,7 @@ before_script:
|
|||||||
|
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- sudo cat /etc/nginx/nginx.conf | ccze -A
|
- sudo cat /var/log/wo/test.log | ccze -A -p syslog
|
||||||
- sudo cat /etc/mysql/my.cnf | ccze -A
|
|
||||||
- sudo bash install --purge
|
- sudo bash install --purge
|
||||||
- sudo curl --progress-bar --upload-file /var/log/wo/wordops.log https://transfer.vtbox.net/"$(basename wordops.log)" && echo "" | sudo tee -a $HOME/.transfer.log && echo ""
|
- sudo curl --progress-bar --upload-file /var/log/wo/wordops.log https://transfer.vtbox.net/"$(basename wordops.log)" && echo "" | sudo tee -a $HOME/.transfer.log && echo ""
|
||||||
|
|
||||||
@@ -40,5 +39,4 @@ script:
|
|||||||
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
|
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
|
||||||
- sudo time bash install --travis -b "$TRAVIS_BRANCH"
|
- sudo time bash install --travis -b "$TRAVIS_BRANCH"
|
||||||
- sudo time bash tests/travis.sh
|
- sudo time bash tests/travis.sh
|
||||||
- sudo wo update --travis
|
- sudo wo update --travis
|
||||||
- sudo wo stack status
|
|
||||||
@@ -204,3 +204,6 @@ for stack in $stack_purge; do
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
if [ -n "$1" ]; then
|
||||||
|
cat /var/log/wo/test.log | ccze -A -p syslog
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user