From: Hugo Zonderland Date: Wed, 14 Jun 2017 10:28:00 +0000 (+0200) Subject: Output what version of phpunit we got going, for debugging X-Git-Tag: 4.2.0~1^2~1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=7a9ac0a29ba725de9de5c2358fc5b4c1b3be4c24 Output what version of phpunit we got going, for debugging --- diff --git a/.travis.yml b/.travis.yml index 7bf9067..559dd10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,9 @@ before_script: - if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then ./tests/ci/travis/setup_hhvm.sh; ./tests/ci/travis/setup_apache_hhvm.sh; fi - ./tests/ci/travis/setup_privoxy.sh + # output what version of phpunit we got going + - vendor/bin/phpunit --version + script: # Travis currently compiles PHP with an oldish cURL/GnuTLS combination; # to make the tests pass when Apache has a bogus SSL cert whe need the full set of options below