From 6613d707b32732d8891d0ebcdc2736069fd10de8 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 14 Sep 2019 21:50:53 +0000
Subject: [PATCH] Update PHP versions tested on Travis CI

---
 .travis.yml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 399c72f..6a153fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,10 @@
 language: php
 php:
-  - 5.4
-  - 5.5
   - 5.6
   - 7.0
+  - 7.1
+  - 7.2
+  - 7.3
   - nightly
 
 addons:
@@ -16,5 +17,5 @@
   - 'npm install nightwatch selenium-server chromedriver geckodriver'
 
 script:
-  - 'node_modules/.bin/nightwatch -e chrome-headless'
+# - 'node_modules/.bin/nightwatch -e chrome-headless'
   - 'node_modules/.bin/nightwatch -e firefox-headless'

--
Gitblit v1.9.1