X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=cb7fce80a87ace91fe21eb048b4e0c95993767c4;hb=21597f4011977e682392aec4ad391a54bbf99212;hp=94eef7b19c845cd9d3c3aadb3ca37a6537c40c52;hpb=78ed1f631cf0a88feefe0f5f705a60dfbe1141d0;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 94eef7b..cb7fce8 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