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
path: root/tests
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-27 09:43:32 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-27 09:43:44 +0400
commite2cf2d6205ba30895051528dd53afe5af67bec3d (patch)
tree6e7e555e66f0803882a78bbd86cae864ddd54bbc /tests
parent2630e23e7f8645b5c27282cebc1cb56493da72ee (diff)
Investigating travis build failure... (69th commit) (re-enabling full build)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/PHPUnit/travis.sh11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index 98dcbd911d..6e25fcd7b9 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -2,14 +2,7 @@
if [ -n "$TEST_SUITE" ]
then
- if [ "$TEST_SUITE" = "IntegrationTests" ]
- then
- #phpunit --configuration phpunit.xml --filter Test_Piwik_Integration_NoVisit --colors --testsuite $TEST_SUITE
- #phpunit --configuration phpunit.xml --colors Integration/NoVisitTest.php
- phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
- else
- exit 0 # phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
- fi
+ phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
else
- exit 0 #phpunit --configuration phpunit.xml --coverage-text --colors
+ phpunit --configuration phpunit.xml --coverage-text --colors
fi