From 0e5e3b30fd3a8ac0d9606d2a91777fcd587e3157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Thu, 12 Apr 2018 16:34:58 -0700 Subject: [PATCH] Remove MySQL from CI (too slow) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07fb894c8..ef5162cc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ php: env: - DB=sqlite - DB=postgres - - DB=mysql matrix: fast_finish: true