From 7aff00999a44b05530d63df8647e350d8f343384 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 13 May 2014 00:54:01 +0200 Subject: add code coverage to php travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d6473d8e6..60eacefd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,8 @@ script: - wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2 - tar xjf phantomjs-1.9.0-linux-x86_64.tar.bz2 - sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs - - make unit-tests - make javascript-tests + - make unit-tests + - wget https://scrutinizer-ci.com/ocular.phar + - php ocular.phar code-coverage:upload --format=php-clover coverage.clover + -- cgit v1.2.3