summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2017-06-01 10:21:25 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-06-01 10:21:25 +0200
commit5ede7a66ad563e3970d00ed7a806b4a2521a20e5 (patch)
tree43b7f3e2c4e3a6b15ebd8cb52907d58c24dceb53 /.travis.yml
parent64a01274c5bf70bc49aa429126428c08731f0a12 (diff)
update to nextcloud 13
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d9328dc7..9d0919ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,11 +18,9 @@ branches:
- /^v\d++(\.\d+)?+(\.\d+)?+(\.\d+)?$/
matrix:
- allow_failures:
- - env: DB=pgsql CORE_BRANCH=master
include:
- - php: 5.6
- env: DB=pgsql CORE_BRANCH=master
+ - php: 7
+ env: DB=pgsql CORE_BRANCH=stable12
- php: 7
env: DB=pgsql CORE_BRANCH=stable11
fast_finish: true