We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404df3e commit a682296Copy full SHA for a682296
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.0
5
- 7.1
6
- 7.2
7
+ - 7.3
8
9
sudo: false
10
@@ -16,4 +17,4 @@ script:
16
17
18
after_script:
19
- wget https://scrutinizer-ci.com/ocular.phar
- - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
20
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
0 commit comments