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:
authormattab <matthieu.aubry@gmail.com>2013-02-11 09:38:15 +0400
committermattab <matthieu.aubry@gmail.com>2013-02-11 09:38:15 +0400
commit00bccee3eebdc2e62cba68f75da567b829f912eb (patch)
tree31216c9249f94cdc44ba98d3eec155d06ba21541 /.travis.yml
parent587ec796d382869137b21a888451ba3375c3fb6a (diff)
* Adding PDO to Piwik.Full build on jenkins
* removing debug from travis output
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 e86e6ba4e3..c5c36587a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ env:
- TEST_SUITE=CoreTests
- TEST_SUITE=IntegrationTests
-script: phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --coverage-text --testdox
+script: phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --coverage-text
before_script:
- mysql -e 'create database piwik_test;'