X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=2414a14d321d40be442a757f34730f2c874cad82;hb=28a5e586c2c6435e1e0b9459013a92a24f59b9dc;hp=41a4d134b7496cab6a04cb8d8e6f48f8c60c0642;hpb=4ef224c8238ac2552c49909366d3713923892f3a;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 41a4d13..2414a14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,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 - vendor/bin/phpunit $COVERAGE_OPTS 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=0 + vendor/bin/phpunit $COVERAGE_OPTS tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=0 DEBUG=0 after_failure: # Save as much info as we can to help developers