summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-07 15:24:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-07 15:24:16 +0200
commit76f02564add81c995c1e87da46f423982d7eca88 (patch)
tree22fdcab3c5fc7a54e7a3e093591528703e8d41fc
parent80363c48fa336f0e9985d13452ff7c35073fe239 (diff)
update tests to run on pgsql by default
-rw-r--r--.travis.yml4
-rw-r--r--README.md4
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)