From dd8acf3cac774ae97ae6b0a70b850c8bb0a83551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=BB=B6=E9=BE=99?= Date: Thu, 5 Dec 2019 13:57:57 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bad859..d1cdfff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 - nightly matrix: @@ -44,4 +45,4 @@ script: - ./travis/route.sh after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) -- GitLab