Skip to content

Commit

Permalink
Allow failures on php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Mar 29, 2019
1 parent 8666ca1 commit a7321c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ php:
- 5.6
- 7.2

matrix:
allow_failures:
- php: 7.2

before_script:
- travis_retry composer self-update
- travis_retry composer update --no-interaction --prefer-source
Expand Down

0 comments on commit a7321c0

Please sign in to comment.