From bf00e327047917ad34fd84f771dc022bc136fc43 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 8 Jun 2018 13:12:15 +0300 Subject: [PATCH] composer.json requires PHP >=7, so no TravisCI tests for PHP 5.6 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eec0e5a..5e4891f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - - 5.6 - 7.0 - 7.1 - 7.2