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

Commit

Permalink
Merge pull request #24 from nicolus/fix-xdebug3-ci
Browse files Browse the repository at this point in the history
Fix CI pipeline
  • Loading branch information
VimS authored May 26, 2021
2 parents 3ec0f3a + 7279b88 commit 44b1dbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ 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
Expand All @@ -36,4 +38,4 @@ script:

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

0 comments on commit 44b1dbc

Please sign in to comment.