From dcd5ff52345086d00f55c86b944987a019420aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Bechyn=C4=9B?= Date: Wed, 7 Jun 2017 17:10:10 +0200 Subject: [PATCH] Travis now run only PHP 7.x builds, phpstan requirements will fail on 5.6.x or previous --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c7640f..0f62698 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ language: php php: - - 5.3 - - 5.4 - - 5.5 - - 5.6 - 7.0 - 7.1