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 965f2fa commit 6fa7ee0Copy full SHA for 6fa7ee0
.travis.yml
@@ -9,8 +9,14 @@ php:
9
install:
10
- 'composer install'
11
12
+before_script:
13
+ - 'curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter'
14
+ - 'chmod +x ./cc-test-reporter'
15
+ - './cc-test-reporter before-build'
16
+
17
script:
18
- 'vendor/bin/phpunit'
19
20
after_success:
21
- 'bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml'
22
+ - './cc-test-reporter after-build'
0 commit comments