diff options
author | Andrey Andreev <narf@devilix.net> | 2017-11-09 17:16:58 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-11-10 12:37:16 +0100 |
commit | e176de516a86baef1f48f3bf9e63818985f6a034 (patch) | |
tree | a6a03757ec65b898ca723d65d919f934f9bd3429 | |
parent | 4fd2d49461cd871a99a63c51563b8aee3d023abd (diff) |
Try testing on PHP master branch builds too (allowed failures)
-rw-r--r-- | .travis.yml | 4 |
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: |