From: gggeek Date: Sat, 21 Mar 2015 18:11:02 +0000 (+0000) Subject: Nth time is a charm? X-Git-Tag: 4.0.0-alpha^2~140 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c19e9f69d58624c56cd835ed8344498d8ec1ba40;p=plcapi.git Nth time is a charm? --- diff --git a/.travis.yml b/.travis.yml index 9d27df43..ecb7e356 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_script: script: # to have code coverage: --coverage-clover=coverage.clover - phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 SSLVERSION=3 + phpunit 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: - cat apache_error.log