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-30 23:39:55 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-30 23:39:55 +0400
commit70eeaccdb7856b023362888225c7cb825019a777 (patch)
tree787ecc31c884f4610a1b7358ea2a138bcf67c54a /tests/PHPUnit/travis.sh
parentc3d0a0c67cb49584745d7513c49da9f686d21f87 (diff)
refs #4691 wondering if we can easily enable travis for angularjs tests
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index f28bdf1239..427728147a 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -13,7 +13,10 @@ fi
if [ -n "$TEST_SUITE" ]
then
- if [ "$TEST_SUITE" = "JavascriptTests" ]
+ if [ "$TEST_SUITE" = "AngularJSTests" ]
+ then
+ sh ./../angularjs/travis.sh
+ elif [ "$TEST_SUITE" = "JavascriptTests" ]
then
touch ../javascript/enable_sqlite
phantomjs ../javascript/testrunner.js