From b8fa16f0cb0b4c02e4b48f694e7ba063206a446a Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sat, 28 Jul 2018 12:10:39 -0400 Subject: [PATCH] Added PHP 7.1, removed PHP 5.3 and 5.4 for travis tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 40af921b..995c690f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,10 @@ language: php services: - mysql php: + - 7.1 - 7.0 - 5.6 - 5.5 - - 5.4 - - 5.3 script: ../vendor/bin/phpunit --coverage-clover=coverage.clover before_script: - composer require phpunit/dbunit