travis
authorgggeek <giunta.gaetano@gmail.com>
Sat, 18 May 2019 11:20:34 +0000 (11:20 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 18 May 2019 11:20:34 +0000 (11:20 +0000)
.travis.yml

index 41a4d13..2414a14 100644 (file)
@@ -43,7 +43,7 @@ before_script:
 script:
   # Travis currently compiles PHP with an oldish cURL/GnuTLS combination;
   # to make the tests pass when Apache has a bogus SSL cert whe need the full set of options below
-  vendor/bin/phpunit $COVERAGE_OPTS tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=3 DEBUG=0
+  vendor/bin/phpunit $COVERAGE_OPTS tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=0 DEBUG=0
 
 after_failure:
   # Save as much info as we can to help developers