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:15:45 +0100 |
commit | ab32ef5b17d3fe0475d2887563d0650a3ec5e146 (patch) | |
tree | 5ccaed36f0ab89d4f2026208756c0b443ba52999 | |
parent | 7e502b6eaef9dbf0997f1d9198bff91a43fef5dc (diff) |
Move PHP 7.2 into the main testing matrix
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 862d6c682..477ffca0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,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 |