Skip to content

Commit

Permalink
add code climate add on to travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuehrer82 committed Jan 7, 2017
1 parent 8ca8f81 commit 979fe6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ script:
- mkdir -p build/logs
- bin/phpunit --coverage-clover build/logs/clover.xml --configuration app/phpunit.xml

after_success:
- ./vendor/bin/test-reporter

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

addons:
code_climate:
repo_token: d4baa07744b8725ee0d9981b9c273a4b61d18cee1b63d1c2914239267bb80df8

0 comments on commit 979fe6a

Please sign in to comment.