Skip to content

Commit 4258881

Browse files
authored
Update .travis.yml
1 parent 9f5cb6a commit 4258881

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ matrix:
1313

1414
before_script:
1515
- 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
1619

1720
script:
1821
- ./vendor/bin/infection --min-msi=60 -j$(nproc)
22+
- ./cc-test-reporter after-build

0 commit comments

Comments
 (0)