diff options
author | Andrey Andreev <narf@devilix.net> | 2017-11-09 15:40:47 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-11-09 15:40:47 +0100 |
commit | f9133e2ea006a796fdaf39d5421d99f1a9a57c80 (patch) | |
tree | c998bf0f3ded053388fd0ba961872adfb6926feb /.travis.yml | |
parent | f2d92ea6cc175a43687665939b097cb6a9c79399 (diff) |
Attempt PHP 7.2 tests on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d41186094..0aef43e6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 - hhvm env: @@ -30,6 +31,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 |