X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=cb7fce80a87ace91fe21eb048b4e0c95993767c4;hb=5165658f984c1112f1f29e9663d5c334e71bdc98;hp=94eef7b19c845cd9d3c3aadb3ca37a6537c40c52;hpb=5e9d03858a08c702c7450c496cab9364d665f1c5;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 94eef7b1..cb7fce80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ 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