From: gggeek Date: Sat, 21 Mar 2015 17:40:01 +0000 (+0000) Subject: one more try X-Git-Tag: 4.0.0-alpha^2~142 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=2b78aa61211d40a72b60322bc27737b5d09bba8c one more try --- diff --git a/.travis.yml b/.travis.yml index 66de8b0..3e08e6b 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 + phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 after_failure: - cat apache_error.log