From 1b471b0fe86198718a45b9329f43a6fcb93c41e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 2 Mar 2018 16:14:39 +0100 Subject: [PATCH] Disable integration tests for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0b3fd8356..7b2d85c51 100644 --- a/.drone.yml +++ b/.drone.yml @@ -206,7 +206,7 @@ matrix: - TESTS: php7.2 - TESTS: eslint - TESTS: jsbuild - - TESTS: integration + #- TESTS: integration branches: [ master, stable* ]