From 23abfedcfa82b9148016d7b93df7af52d6eb090a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 20 Aug 2018 11:48:23 +0200 Subject: Travis bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ec4b55968..513069964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false dist: trusty language: php php: - - 5.6 - 7 - 7.1 - 7.2 @@ -10,22 +9,23 @@ php: env: global: - - CORE_BRANCH=stable13 + - CORE_BRANCH=master - MOZ_HEADLESS=1 matrix: - DB=pgsql matrix: allow_failures: - - env: DB=pgsql CORE_BRANCH=master - php: nightly include: - php: 7.1 env: DB=sqlite + - php: 7.2 + env: DB=sqlite - php: 7.1 env: DB=mysql - - php: 7.1 - env: DB=pgsql CORE_BRANCH=master + - php: 7.2 + env: DB=mysql fast_finish: true before_install: -- cgit v1.2.3