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:
authorThomas Steur <thomas.steur@googlemail.com>2014-03-31 06:51:09 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-31 06:51:09 +0400
commit80053e05368b6293536aa65f7479e287725cb197 (patch)
tree9854cc400d8b9e07819399f6fc12044dcc9b887a /tests/PHPUnit/travis.sh
parentc62423bf2029bf71506d672d9558ad9db6bf464b (diff)
no need to run phpunit test check when executing angular tests
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index 0089ddcf51..c70ba4b25b 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-if [ "$TEST_SUITE" != "UITests" ]
+if [ "$TEST_SUITE" != "UITests" ] && [ "$TEST_SUITE" != "AngularJSTests" ]
then
if [ `phpunit --group __nogroup__ | grep "No tests executed" | wc -l` -ne 1 ]
then