Skip to content

Commit c7d66bf

Browse files
committed
Temporarily allow PHP 5.4, 5.5, and 5.6 continuous integration tests to
fail.
1 parent 76445a3 commit c7d66bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: php
22

33
matrix:
44
allow_failures:
5+
- php: 5.4
6+
- php: 5.5
7+
- php: 5.6
58
- php: hhvm
69
- php: hhvm-nightly
710
- php: nightly

0 commit comments

Comments
 (0)