Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-02-04 05:41:20 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-04 05:41:20 +0400
commitd7c6a6e6c3c235fe76331ce0a0da481636834c04 (patch)
treeca013a9d78d7b8ee6f2eae9744a6771c14b77a35 /.travis.yml
parent23011aa067d0af5f65a463f35af296048cbaf4d8 (diff)
Disabling coverage for now. refs #3722
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c44e6af3f..05fae49b97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ php:
- 5.4
- 5.3
-script: phpunit --configuration PHPUnit/phpunit.xml.dist --coverage-text
+script: phpunit --configuration PHPUnit/phpunit.xml.dist
before_script:
- mysql -e 'create database piwik_test;'