summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b79f7e268..231e8805a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: false
dist: trusty
language: php
php:
- - 7.1.26
- 7.2
- 7.3
- 7.4snapshot
@@ -26,7 +25,9 @@ matrix:
- php: 7.3
env: DB=mysql
- php: 7.3
- env: CORE_BRANCH=master
+ env:
+ - CORE_BRANCH=master
+ - DB=mysql
fast_finish: true
before_install: