summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-03-08 10:06:54 +0100
committerJulius Härtl <jus@bitgrid.net>2019-03-08 10:06:54 +0100
commitdb552af9cb8b4f3bd4448f7871a147d7b1d001e1 (patch)
tree070232fb3a70213938bf312b75d7ec94194782c2 /.drone.yml
parent83b951853083c78865da312d0b5e35002414eb22 (diff)
Disable postgres temporarily
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 670f8442..a84360bf 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -133,8 +133,9 @@ matrix:
DB: sqlite
- TESTS: php7.1
DB: mysql
- - TESTS: php7.1
- DB: postgres
+ # Removed temporary until we migrated notes to a new table
+ # - TESTS: php7.1
+ # DB: postgres
- TESTS: eslint
- TESTS: vue-build