From c0b106aec5b09847f6c9e2b452d0eac6fe8061cf Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 16 Mar 2020 23:23:11 +0000
Subject: [PATCH] Update PHP versions to ones supported by Travis CI

---
 .travis.yml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8dd35b2..314049b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,18 @@
 language: php
 php:
-  - 5.4
-  - 5.5
   - 5.6
   - 7.0
+  - 7.1
+  - 7.2
+  - 7.3
+  - 7.4
   - nightly
 
 sudo: required
 
 install:
   - git clone https://github.com/jacekkow/uphpCAS-tests tests
+  - sudo ./tests/install_root.sh
   - ./tests/install.sh
 
 script:

--
Gitblit v1.9.1