summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ac39300a4..5c52b71c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: php
php:
- 5.5
- 5.6
- - 7
- hhvm
env:
global:
@@ -19,6 +18,8 @@ matrix:
env: DB=sqlite
- php: 5.5
env: DB=mysql
+ - php: 7
+ env: DB=pgsql CORE_BRANCH=master
fast_finish: true
before_install: