summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 2386e7e05..cc9e6ca72 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ php:
- 7
env:
global:
- - CORE_BRANCH=stable8.2
+ - CORE_BRANCH=stable9
matrix:
- DB=pgsql
@@ -19,11 +19,8 @@ matrix:
env: DB=sqlite
- php: 5.6
env: DB=mysql
- # master branch
- php: 5.6
- env: DB=pgsql CORE_BRANCH=master
- - php: 5.6
- env: DB=pgsql CORE_BRANCH=stable9
+ env: CORE_BRANCH=master
fast_finish: true
before_install: