From 88083198a05eb3cf2e5fdd4cd7fdb0228e67b760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Sat, 12 Oct 2019 17:44:43 +0200 Subject: [PATCH] add dist: precise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix NĂ¼sse --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c7846f4f..2bd54434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ env: - DB=mysql SERVER=nextcloud/travis_ci/master - DB=sqlite SERVER=nextcloud/travis_ci/master +#fixes mysqlerrors +dist: precise + branches: only: - master