diff options
author | Andrey Andreev <narf@devilix.net> | 2017-11-09 15:40:47 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-11-09 17:17:29 +0100 |
commit | df17a8940679bd7a087806052ae8e550fc1e249f (patch) | |
tree | 5396985354264bb22645676b7644df9a23dc60c9 | |
parent | 4541bf930e715917622dc2d225bf5517f99db35a (diff) |
Attempt PHP 7.2 tests on Travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a7e5cdaeb..c235b3881 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 - hhvm env: @@ -31,6 +32,7 @@ script: php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 matrix: allow_failures: + - php: 7.2 - php: hhvm exclude: - php: hhvm |