From cba9d4017707d15aa26c1503ea7fb5ad4db47ea3 Mon Sep 17 00:00:00 2001 From: Ramon van Belzen Date: Wed, 19 Aug 2015 09:48:44 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5fd663ddc56..7ff35e3ff05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,3 @@ script: phpunit -c phpunit.xml.dist after_script: - bash tests/bin/travis.sh after - - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover ./tmp/clover.xml