From: gggeek Date: Sun, 22 Mar 2015 11:32:00 +0000 (+0000) Subject: Try again at generating test coverage X-Git-Tag: 4.0.0-alpha^2~134 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fa84f7b07a820b4a666239e0e2dc3ce1c5f2bfd5;p=plcapi.git Try again at generating test coverage --- diff --git a/.travis.yml b/.travis.yml index b0aaab30..02bdd53a 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 tests --coverage-clover=coverage.clover LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=3 + 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 after_failure: # Save as much info as we can to help developers