Skip to content

Commit 141c97e

Browse files
authored
Merge pull request #500 from thephpleague/fix/update-travis
update travis to allow failures on 54 and 55
2 parents d409754 + c99aa52 commit 141c97e

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
@@ -17,6 +17,9 @@ matrix:
1717

1818
allow_failures:
1919
- php: hhvm
20+
- php: 5.4
21+
- php: 5.5
22+
2023

2124
install:
2225
- travis_retry composer install --no-interaction --prefer-source

0 commit comments

Comments
 (0)