some steps belong together

This commit is contained in:
Chuck Burgess
2018-01-08 17:01:56 -06:00
parent 15a808b6a8
commit fe337a20d6
+2 -4
View File
@@ -31,10 +31,8 @@ jobs:
script: script:
- vendor/bin/phpunit - vendor/bin/phpunit
after_script: after_script:
- wget https://scrutinizer-ci.com/ocular.phar - wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar && php coveralls.phar --verbose
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
- php coveralls.phar --verbose
cache: cache:
directories: directories: