Commit b9b630a0 authored by Avtandil Kikabidze's avatar Avtandil Kikabidze

Improvements in travis v.2

parent 55033c6a
......@@ -46,5 +46,5 @@ script:
fi
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment