summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2019-08-16 07:57:34 +0200
committerGitHub <noreply@github.com>2019-08-16 07:57:34 +0200
commitae99d52aad2f8c008ce064d73141fcd3796a3dee (patch)
tree868b9ca7015207539280c7b0c53466f0968b1436 /.travis.yml
parent6c01164b9b23ee70544487484c23a1bd196ca3c4 (diff)
Update to feedio 4+ (#494)
- bumped dependencies to last supported version travis: - removed php 7.0 - move main target to nc 16 - drop support for nc 14 & 15 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index dd41bb601..b79f7e268 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,30 +2,31 @@ sudo: false
dist: trusty
language: php
php:
- - 7.0.33
- 7.1.26
- 7.2
- 7.3
+ - 7.4snapshot
- nightly
env:
global:
- - CORE_BRANCH=stable15
+ - CORE_BRANCH=stable16
- MOZ_HEADLESS=1
matrix:
- DB=pgsql
matrix:
allow_failures:
- - env: DB=pgsql CORE_BRANCH=master
+ - env: CORE_BRANCH=master
- php: nightly
+ - php: 7.4snapshot
include:
- php: 7.3
env: DB=sqlite
- php: 7.3
env: DB=mysql
- php: 7.3
- env: DB=pgsql CORE_BRANCH=master
+ env: CORE_BRANCH=master
fast_finish: true
before_install:
@@ -64,4 +65,4 @@ after_success:
addons:
firefox: "latest-beta"
postgresql: "9.6"
- mariadb: "10.3"
+ mariadb: "10.4"