Skip to content

Commit

Permalink
Fix travis config for php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Mleczko committed Feb 13, 2018
1 parent b825515 commit 2f549f3
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 @@ -15,6 +15,9 @@ env:
- COMPOSER_FLAGS='update'

matrix:
exclude:
- php: 7.2
env: COMPOSER_FLAGS='update --prefer-lowest --prefer-stable'
fast_finish: true

install:
Expand Down

0 comments on commit 2f549f3

Please sign in to comment.