From ced92d62e6fccf2fb6cb57d683f9994745f2f297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 26 Feb 2018 12:28:54 +0100 Subject: Fixed tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c8d5a7a1..e111d2b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: php php: - 7.0 - 7.1 - - 7.2 +# - 7.2 env: global: - CORE_BRANCH=master @@ -28,8 +28,8 @@ matrix: env: DB=pgsql CORE_BRANCH=stable13 - php: 7.1 env: DB=pgsql CORE_BRANCH=stable13 - - php: 7.2 - env: DB=pgsql CORE_BRANCH=stable13 +# - php: 7.2 +# env: DB=pgsql CORE_BRANCH=stable13 fast_finish: true before_install: -- cgit v1.2.3