Skip to content

Commit ec91011

Browse files
ISSUE-161: Re-added new Code Climate builder
1 parent eaeb0ee commit ec91011

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ php:
99
install:
1010
- 'composer install'
1111

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+
1217
script:
1318
- 'vendor/bin/phpunit'
1419

1520
after_success:
1621
- 'bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml'
22+
- './cc-test-reporter after-build'

0 commit comments

Comments
 (0)