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 3c757ef commit 6cae6edCopy full SHA for 6cae6ed
.travis.yml
@@ -7,7 +7,7 @@ php:
7
install: composer install
8
9
before_script:
10
-- echo 'xdebug.mode=coverage' >> /usr/local/etc/php/php.ini
+- echo 'xdebug.mode=coverage' >> /etc/php/php.ini
11
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
12
- chmod +x ./cc-test-reporter
13
- ./cc-test-reporter before-build
0 commit comments