Skip to content

Commit

Permalink
Add travis debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Jul 23, 2018
1 parent aebac60 commit 0dfb338
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 @@ -46,5 +46,6 @@ script:
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

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

0 comments on commit 0dfb338

Please sign in to comment.