From: gggeek Date: Sat, 21 Mar 2015 00:36:08 +0000 (+0000) Subject: 2nd try at local https on travis X-Git-Tag: 4.0.0-alpha^2~147 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d4600d3552724e83c4018ca7fc46cda355a05db7;p=plcapi.git 2nd try at local https on travis --- diff --git a/.travis.yml b/.travis.yml index 70c2801..1f977c7 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 + phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSIGNOREPEER=1 after_failure: - cat apache_error.log