summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ffd24614..fb053e17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ sudo: false
dist: trusty
language: php
php:
- - 5.6
- 7.0
- 7.1
+ - 7.2
env:
global:
- CORE_BRANCH=master
@@ -22,8 +22,8 @@ matrix:
include:
- php: 7.0
env: DB=pgsql CORE_BRANCH=stable12
- - php: 7.0
- env: DB=pgsql CORE_BRANCH=stable11
+ - php: 7.1
+ env: DB=pgsql CORE_BRANCH=stable12
fast_finish: true
before_install: