From 3bdc8a739538ac7833d093a17b94948bd29f4c42 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Sun, 5 Jan 2020 05:33:24 +0300 Subject: [PATCH] travis fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41a6d8b..6f0135f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ addons: - expect php: -- '7.1' - '7.2' - '7.3' +- '7.4' before_script: - sudo apt-get update