summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-08-19 18:26:27 +0200
committerAndrey Andreev <narf@devilix.net>2016-08-19 18:49:57 +0200
commitb52ae04ae36b8d02b04b275cf34a73bf39bd5dff (patch)
tree80470c7f8116afc2fd29bc89a1830f081153a458 /.travis.yml
parent5fac7d1ddd742ad18d8ee6773ad82950f452f40e (diff)
Travis builds on PHP 7.1 (beta)
Diffstat (limited to '.travis.yml')
-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: