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

Commit 7279b88

Browse files
committed
Use older Unbuntu distributions to avoid Xdebug3
1 parent 4805fef commit 7279b88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ matrix:
1313
- php: 7.1
1414
- php: 7.2
1515
- php: 7.3
16-
- php: 7.4snapshot
16+
dist: precise
17+
- php: 7.4
18+
dist: trusty
1719
- php: nightly
1820
allow_failures:
1921
- php: nightly
2022

2123
env:
2224
- COMPOSER_ALLOW_XDEBUG=0
23-
- XDEBUG_MODE=coverage
2425

2526
cache:
2627
directories:

0 commit comments

Comments
 (0)