From 3ce894af1e72c9488b8cb3340fd61656122f7d50 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 15 May 2014 03:00:53 +0200 Subject: use markdown, refactor js --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 04950830e..5554bc5fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: - 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 javascript-tests - - make unit-tests + - phpunit --coverage-clover=coverage.clover tests/unit - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover -- cgit v1.2.3