fixes for php 8
[plcapi.git] / .travis.yml
index 7a9b1dc..c270357 100644 (file)
@@ -11,15 +11,13 @@ env:
         - URI=/demo/server/server.php
         - HTTPSSERVER=localhost
         - HTTPSURI=/demo/server/server.php
-        - PROXY=localhost:8080
+        - PROXYSERVER=localhost:8080
         # 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
         - HTTPSVERIFYHOST=0
         - HTTPSIGNOREPEER=1
         - SSLVERSION=0
         - DEBUG=0
-        # temp workaround to xdebug 3.0.0 bug
-        - XDEBUG_MODE=coverage
 
 php:
   #- 5.3