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 abee835 commit 8e6cabaCopy full SHA for 8e6caba
1 file changed
.travis.yml
@@ -1,4 +1,5 @@
1
language: php
2
+dist: trusty
3
4
php:
5
- 5.5
@@ -26,7 +27,7 @@ script:
26
27
28
after_script:
29
- |
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]
30
+ if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]
31
then
32
travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar
33
php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
0 commit comments