From ee040233877a7e66ac7e5cc4ef2c4a3af50b1486 Mon Sep 17 00:00:00 2001 From: abbadon1334 Date: Tue, 6 Aug 2019 04:45:15 +0300 Subject: [PATCH] add travis php 7.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1a7236f..6be9e7a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 7.2 - 7.3 + - 7.4 before_script: - curl -s http://getcomposer.org/installer | php