From 76f02564add81c995c1e87da46f423982d7eca88 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 7 Aug 2015 15:24:16 +0200 Subject: update tests to run on pgsql by default --- .travis.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 269629ab1..ab1c7abf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,12 @@ matrix: - php: 5.5 env: DB=sqlite - php: 5.5 - env: DB=pgsql + env: DB=mysql fast_finish: true env: matrix: - - DB=mysql CORE_BRANCH=stable8.1 + - DB=pgsql CORE_BRANCH=stable8.1 before_install: # get a newer node.js version diff --git a/README.md b/README.md index 95a1eb668..48595a59c 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ The minimum PHP version will be the [lowest supported version that still receive * Newest Chrome/Chromium (Desktop, Android) ## Supported Databases -* PostgreSQL -* SQLite +* PostgreSQL (recommended) * MySql +* SQLite (discouraged) ## Bugs Please read the [appropriate section in the contributing notices](https://github.com/owncloud/news/blob/master/CONTRIBUTING.md#issues) -- cgit v1.2.3