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

Commit 44b1dbc

Browse files
authored
Merge pull request #24 from nicolus/fix-xdebug3-ci
Fix CI pipeline
2 parents 3ec0f3a + 7279b88 commit 44b1dbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ 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
@@ -36,4 +38,4 @@ script:
3638

3739
after_script:
3840
- wget https://scrutinizer-ci.com/ocular.phar
39-
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
41+
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml

0 commit comments

Comments
 (0)