Skip to content

Commit

Permalink
Update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Jan 9, 2017
1 parent ae74ddf commit 7db2ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ script:
- phpunit --coverage-clover coverage.clover ./tests/

after_script:
- if [ "$TRAVIS_PHP_VERSION" == "5.5" ] || [ "$TRAVIS_PHP_VERSION" != "5.4" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" == "5.5" ] || [ "$TRAVIS_PHP_VERSION" != "5.4" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.5"* ]] || [[ "$TRAVIS_PHP_VERSION" == "5.4"* ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.5"* ]] || [[ "$TRAVIS_PHP_VERSION" == "5.4"* ]]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

0 comments on commit 7db2ee4

Please sign in to comment.