2nd try at local https on travis
authorgggeek <giunta.gaetano@gmail.com>
Sat, 21 Mar 2015 00:36:08 +0000 (00:36 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 21 Mar 2015 00:36:08 +0000 (00:36 +0000)
.travis.yml

index 70c2801..1f977c7 100644 (file)
@@ -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