Skip to content

Commit d2ee158

Browse files
committed
Display php version and curl version when running ci tests
1 parent 99f59da commit d2ee158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/before_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
set -x
22
echo "TRAVIS_PHP_VERSION: ${TRAVIS_PHP_VERSION}"
3+
php -r "var_dump(phpversion());"
4+
php -r "var_dump(curl_version());"
35

46
composer self-update
57
composer install --prefer-source --no-interaction

0 commit comments

Comments
 (0)