Verbose script execution
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
56cb67e203
commit
4bb155d874
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
if [ -z "$SELENIUM" ] ; then
|
||||
exit 0
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
if [ -z "$SELENIUM" ] ; then
|
||||
exit 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user