From d4600d3552724e83c4018ca7fc46cda355a05db7 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 21 Mar 2015 00:36:08 +0000 Subject: [PATCH] 2nd try at local https on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0