From 701db90270ca62547997270471dec18a995275a5 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sun, 30 Jun 2019 03:12:50 +0300 Subject: [PATCH] Disabled 7.4 builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9029b7b..c90aa68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ php: - 7.1 - 7.2 - 7.3 - - 7.4snapshot +# - 7.4snapshot # Psalm does not support 7.4 yet (uses Fn) before_install: - phpenv config-rm xdebug.ini || true