From b205c5897f632fb726494657aabc0699206ce38c Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Mon, 21 Jan 2019 12:00:07 -0500 Subject: [PATCH] Fix tests --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1914df5..3ce7195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,8 @@ language: php php: - - 5.5 - - 5.6 - 7.0 - -matrix: - allow_failures: - - php: 7.0 + - 7.1 before_script: - curl -s http://getcomposer.org/installer | php