Temporarily allow PHP 5.4, 5.5, and 5.6 continuous integration tests to

fail.
This commit is contained in:
Zach Borboa
2019-05-24 08:54:40 -07:00
parent 76445a3c5a
commit c7d66bfdae
+3
View File
@@ -2,6 +2,9 @@ language: php
matrix:
allow_failures:
- php: 5.4
- php: 5.5
- php: 5.6
- php: hhvm
- php: hhvm-nightly
- php: nightly