Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-15 23:57:02 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-15 23:57:02 +0300
commit2395a4baa272e8bb913d664334cb21dd453ee6bf (patch)
treedcbad359c1ae79d8ead1a7781c45377f793b60cc /.travis.yml
parentc6ee872fbb38e38e0446e8d11b818ccdfa4d7163 (diff)
Limit NC support to 11-12, php to 5.6-7.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2cb113594..acbe2ceb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -111,10 +111,10 @@ script:
matrix:
include:
- - php: 5.4
- env: "DB=mysql CORE_BRANCH=stable10 TEST_JS=TRUE"
- - php: 5.5
- env: "DB=mysql CORE_BRANCH=stable10 PACKAGE=TRUE"
+ - php: 5.6
+ env: "DB=mysql CORE_BRANCH=stable11 TEST_JS=TRUE"
- php: 7.0
+ env: "DB=mysql CORE_BRANCH=stable11 PACKAGE=TRUE"
+ - php: 7.1
env: "DB=pgsql PHP_COVERAGE=TRUE"
fast_finish: true