summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSean Molenaar <sean@m2mobi.com>2018-10-01 10:07:57 +0200
committerSean Molenaar <sean@m2mobi.com>2018-10-02 14:33:09 +0200
commitfa5f07ba9a77959796c3c7a4851f2f2fe1051afa (patch)
treec0eedead6788614b886940f892f23c6537368a19 /.travis.yml
parentc36b0a95685cb0daa3fce9d743b7610a5cfe50ed (diff)
Put back old tests for stable nextcloud version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 513069964..c7e858ff4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,20 +2,21 @@ sudo: false
dist: trusty
language: php
php:
- - 7
+ - 7.0
- 7.1
- 7.2
- nightly
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable14
- MOZ_HEADLESS=1
matrix:
- DB=pgsql
matrix:
allow_failures:
+ - env: DB=pgsql CORE_BRANCH=master
- php: nightly
include:
- php: 7.1
@@ -26,7 +27,9 @@ matrix:
env: DB=mysql
- php: 7.2
env: DB=mysql
- fast_finish: true
+ - php: 7.2
+ env: DB=pgsql CORE_BRANCH=master
+fast_finish: true
before_install:
- make
@@ -60,6 +63,4 @@ after_failure:
addons:
firefox: "latest-beta"
postgresql: "9.6"
-
-services:
- - mysql
+ mariadb: "10.3"