X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=559dd1091dc02f6ef654b4e889c0c619f01ea5b7;hb=3b79b8fac3877418dad98585d9bc73d6b284d241;hp=7bf9067f2d6421f3820822a7e10f4d2f243c2fd1;hpb=bd4048215800186db5224ea04e0d45cab97c12b9;p=plcapi.git 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