Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Use older Unbuntu distributions to avoid Xdebug3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolus committed May 25, 2021
1 parent 4805fef commit 7279b88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ matrix:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4snapshot
dist: precise
- php: 7.4
dist: trusty
- php: nightly
allow_failures:
- php: nightly

env:
- COMPOSER_ALLOW_XDEBUG=0
- XDEBUG_MODE=coverage

cache:
directories:
Expand Down

0 comments on commit 7279b88

Please sign in to comment.