X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=efe4af906a7e8927464d196c81e1557e8c547659;hb=ca1ecacd1a0c24c1b16aa7ecbd39ea3bb01e338b;hp=94eef7b19c845cd9d3c3aadb3ca37a6537c40c52;hpb=78ed1f631cf0a88feefe0f5f705a60dfbe1141d0;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 94eef7b..efe4af9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,14 +31,14 @@ before_script: 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 - phpunit --coverage-clover=coverage.clover tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=3 DEBUG=1 + vendor/bin/phpunit --coverage-clover=coverage.clover tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=3 DEBUG=1 after_failure: # Save as much info as we can to help developers - cat apache_error.log - cat apache_access.log - cat /var/log/hhvm/error.log - - php -i + - if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then php -i; fi after_script: # Upload code-coverage to Scrutinizer