Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
allow failures with php 7.4 deps lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Nov 29, 2019
1 parent 481650f commit cd1b519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,10 @@ matrix:
env: dependencies=lowest
- php: 7.4snapshot

allow_failures:
- php: 7.4snapshot
env: dependencies=lowest

before_script:
- echo 'extension=apcu.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/apcu.ini
- echo 'Europe/Zurich' | sudo tee /etc/timezone
Expand Down

0 comments on commit cd1b519

Please sign in to comment.