diff options
author | Andrey Andreev <narf@devilix.net> | 2017-11-09 17:15:45 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-11-09 17:17:57 +0100 |
commit | 37134fd545ba39804b3f9fb6f51547d422d1e261 (patch) | |
tree | 7551c891b0e82f9734e8d822409806a1d4c2d5db /.travis.yml | |
parent | 4d1a9bd57c149b47183539677a64988916002cdf (diff) |
Move PHP 7.2 into the main testing matrix
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 044988998..8f7838bdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,6 @@ 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 |