Verbose script execution

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-01-25 09:03:09 +01:00
parent 56cb67e203
commit 4bb155d874
3 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
set -e
set -x
if [ -z "$SELENIUM" ] ; then
exit 0

View File

@ -4,6 +4,9 @@ if [ "$TRAVIS_PHP_VERSION" = "nightly" -o "$TRAVIS_PHP_VERSION" = "7.0" ] ; then
exit 0
fi
set -e
set -x
pecl install runkit
phpenv config-add test/php-runkit.ini

View File

@ -1,6 +1,7 @@
#!/bin/sh
set -e
set -x
if [ -z "$SELENIUM" ] ; then
exit 0