From 9762c0030e246ab42889656f5dd51c47bbb3789f Mon Sep 17 00:00:00 2001
From: gggeek <giunta.gaetano@gmail.com>
Date: Sun, 6 Dec 2020 15:50:38 +0000
Subject: [PATCH] travis

---
 .travis.yml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 81510da9..14920852 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,24 +2,24 @@ language: php
 
 # As of May 2019, Travis is deprecating VMs based on Precise, which means that we can only test on php >= 5.6 going forward
 # (nb: this is not necessarily true yet - and we can use a different base for each php version, but we'll have to
-# adapt the apache / env setup scripts to accommodate that...)
+# adapt composer.json plus the apache / env setup scripts to accommodate that...)
 dist: xenial
 
-
-global:
-    # temp workaround to xdebug 3.0.0 bug
-    - XDEBUG_MODE=coverage
-    - LOCALSERVER=localhost
-    - URI=/demo/server/server.php
-    - HTTPSSERVER=localhost
-    - HTTPSURI=/demo/server/server.php
-    - PROXY=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
+env:
+    global:
+        # temp workaround to xdebug 3.0.0 bug
+        - XDEBUG_MODE=coverage
+        - LOCALSERVER=localhost
+        - URI=/demo/server/server.php
+        - HTTPSSERVER=localhost
+        - HTTPSURI=/demo/server/server.php
+        - PROXY=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
 
 php:
   #- 5.3
-- 
2.47.0