Skip to content

Commit

Permalink
Merge pull request #500 from thephpleague/fix/update-travis
Browse files Browse the repository at this point in the history
update travis to allow failures on 54 and 55
  • Loading branch information
matthewtrask authored Jan 24, 2020
2 parents d409754 + c99aa52 commit 141c97e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ matrix:

allow_failures:
- php: hhvm
- php: 5.4
- php: 5.5


install:
- travis_retry composer install --no-interaction --prefer-source
Expand Down

0 comments on commit 141c97e

Please sign in to comment.