Nth time is a charm?
authorgggeek <giunta.gaetano@gmail.com>
Sat, 21 Mar 2015 18:11:02 +0000 (18:11 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 21 Mar 2015 18:11:02 +0000 (18:11 +0000)
.travis.yml

index 9d27df4..ecb7e35 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 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