Skip to content

Commit

Permalink
Allow failures on nightly because of Mockery issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Jun 24, 2019
1 parent e7568ce commit c2fe464
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 @@ -5,6 +5,10 @@ php:
- "7.3"
- "nightly"

matrix:
allow_failures:
- php: "nightly"

before_script:
- travis_retry composer self-update
- travis_retry composer update --no-interaction --prefer-source --classmap-authoritative --ignore-platform-reqs
Expand Down

0 comments on commit c2fe464

Please sign in to comment.