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 fa43cf8 commit 79f5695Copy full SHA for 79f5695
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
16
before_script:
17
- pecl install pcov
18
- - phpenv config-rm xdebug.ini
+ - phpenv config-rm xdebug.ini || echo "xdebug not available"
19
- bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2/Memcached.sh)
20
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
21
- chmod +x ./cc-test-reporter
0 commit comments