From 3df69b083447f7814ac309133a5fd225debe58cc Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Wed, 21 Sep 2016 11:48:21 +0100 Subject: [PATCH] travis: drop testing against php <=5.5, add modern versions --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77e3598..cbc55a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: php php: - - 5.3 - - 5.4 - - 5.5 - 5.6 + - 7.0 + - 7.1 - hhvm before_script: composer install --dev --prefer-source