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-03-02 01:24:29 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-03-02 01:24:29 +0400
commit434a88024140c9b2f831fec3d0f8d7bff5a3f22e (patch)
tree5cd1042215804801cb8e150cc656306d8dc7c967 /.travis.yml
parent78034b6e09479ac3266a3e1a185e706fe811cea8 (diff)
Enable colored output for phpunit
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 b420cc6233..97d004a4a7 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
+script: phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --coverage-text --colors
before_script:
- mysql -e 'create database piwik_test;'