summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2014-01-07 14:47:01 +0100
committerAndreas Gohr <gohr@cosmocode.de>2014-01-07 14:47:01 +0100
commit2d4cf074a280ea56b104d328f98401c60fe22773 (patch)
tree74ebb48a4d02c172470ade6df88a38b699d005cf /.travis.yml
parenteb8b52511f95d4f5bf83ccb36a786a087d36aeaf (diff)
downloadrpg-2d4cf074a280ea56b104d328f98401c60fe22773.tar.gz
rpg-2d4cf074a280ea56b104d328f98401c60fe22773.tar.bz2
drop code coverage for now
Something is broken on travis-ci.org regarding the max execution time limit and code coverage generation. I have no clue how to solve this, so I remove this again for test completion's sake. Please chime in with ideas at * https://github.com/travis-ci/travis-ci/issues/1837 * http://stackoverflow.com/q/20972248/172068
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 98fade68e..79eea48b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,4 @@ notifications:
- "chat.freenode.net#dokuwiki"
on_success: change
on_failure: change
-script: cd _test && phpunit --stderr --coverage-clover=coverage.clover
-
-after_script:
- - wget https://scrutinizer-ci.com/ocular.phar
- - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
+script: cd _test && phpunit --stderr