Skip to content

Commit

Permalink
Updating .travis.yml for code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Jan 11, 2016
1 parent d771c81 commit 63fca28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- vendor/bin/test-reporter
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

0 comments on commit 63fca28

Please sign in to comment.