summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2019-04-11 19:29:28 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2019-04-26 18:43:00 +0200
commit3af4817e578ea16d2442e287aa80fc6a9f2ddbcb (patch)
treeffa6f7b9bcc0847c9ccc1a49b0dbb99e26e1edfd /.travis.yml
parent23e1229d6a1b4d2555b95a45280ce83e40ad6c4d (diff)
Update to feedio 4+
- bumped dependencies to last supported version travis: - removed php 7.0 - move main target to stable16 - add seperate runs for stable14 and stable15 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dd41bb601..8bfc0f1ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: false
dist: trusty
language: php
php:
- - 7.0.33
- 7.1.26
- 7.2
- 7.3
@@ -10,7 +9,7 @@ php:
env:
global:
- - CORE_BRANCH=stable15
+ - CORE_BRANCH=stable16
- MOZ_HEADLESS=1
matrix:
- DB=pgsql
@@ -26,6 +25,10 @@ matrix:
env: DB=mysql
- php: 7.3
env: DB=pgsql CORE_BRANCH=master
+ - php: 7.1.26
+ env: DB=mysql CORE_BRANCH=stable14
+ - php: 7.1.26
+ env: DB=mysql CORE_BRANCH=stable15
fast_finish: true
before_install: