From a75a55140b70a89e996c1332ffae92f1045047c2 Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 12 Apr 2020 05:35:32 +0300 Subject: [PATCH] Update .travis.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit В мастере нет 5.3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7a40f1..0fcb235 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,13 @@ language: php sudo: false php: - - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 + - 7.2 + - 7.3 before_script: - composer global require satooshi/php-coveralls