Skip to content

Commit

Permalink
do not fail on php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Jul 15, 2019
1 parent 9871122 commit da2ebed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ matrix:
env: SYMFONY_VERSION="~4.3.0" WITH_LIIP_IMAGINE=true
allow_failures:
- php: nightly
- php: 7.4snapshot

before_install:
- if [ -z "$(pecl list | grep -w mongodb)" ]; then pecl install mongodb-1.3.4; fi
Expand Down

0 comments on commit da2ebed

Please sign in to comment.