From 2b5724c479296e1e943f842b1a48854b4797c668 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 26 Dec 2017 18:39:08 +0200 Subject: [PATCH] Change tested php versions --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c33ae78..9794eb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ sudo: false language: php php: - - 5.5 - 5.6 - - 7.0 - - hhvm + - 7.2 notifications: email: false