summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 22c3b6e18..334cb614f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,8 @@ php:
- 5.4
- 5.5
- 5.6
- - 7
+ - 7.0
+ - 7.1
- hhvm
env:
@@ -29,12 +30,15 @@ script: phpunit -d zend.enable_gc=0 -d date.timezone=UTC --coverage-text --confi
matrix:
allow_failures:
- php: hhvm
+ - php: 7.1
exclude:
- php: hhvm
env: DB=pgsql
- php: hhvm
env: DB=pdo/pgsql
- - php: 7
+ - php: 7.0
+ env: DB=mysql
+ - php: 7.1
env: DB=mysql
branches: