diff options
author | Andrey Andreev <narf@devilix.net> | 2017-11-09 17:16:58 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-11-09 17:16:58 +0100 |
commit | 212df3650c30ce93219168d3305f374d8b8ece37 (patch) | |
tree | c434eece83c0fd53289c53147e6bcec71266c8d9 | |
parent | ab32ef5b17d3fe0475d2887563d0650a3ec5e146 (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 477ffca0d..f84b6f331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ php: - 7.0 - 7.1 - 7.2 + - master - hhvm env: @@ -32,6 +33,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 @@ -43,6 +45,8 @@ matrix: env: DB=mysql - php: 7.2 env: DB=mysql + - php: master + env: DB=mysql branches: only: |