summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-11-09 17:16:58 +0100
committerAndrey Andreev <narf@devilix.net>2017-11-10 12:37:16 +0100
commite176de516a86baef1f48f3bf9e63818985f6a034 (patch)
treea6a03757ec65b898ca723d65d919f934f9bd3429 /.travis.yml
parent4fd2d49461cd871a99a63c51563b8aee3d023abd (diff)
Try testing on PHP master branch builds too (allowed failures)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f7838bdf..88c774283 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ php:
- 7.0
- 7.1
- 7.2
+ - master
- hhvm
env:
@@ -33,6 +34,7 @@ script: php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7
matrix:
allow_failures:
- php: hhvm
+ - php: master
exclude:
- php: hhvm
env: DB=pgsql
@@ -44,6 +46,8 @@ matrix:
env: DB=mysql
- php: 7.2
env: DB=mysql
+ - php: master
+ env: DB=mysql
branches:
only: