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 9f5cb6a commit 4258881Copy full SHA for 4258881
.travis.yml
@@ -13,6 +13,10 @@ matrix:
13
14
before_script:
15
- composer install
16
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
17
+ - chmod +x ./cc-test-reporter
18
+ - ./cc-test-reporter before-build
19
20
script:
21
- ./vendor/bin/infection --min-msi=60 -j$(nproc)
22
+ - ./cc-test-reporter after-build
0 commit comments