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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-11 04:01:43 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-11 04:01:43 +0400
commit63eaed6f7cfd30fde46724018a67fb8712bbb2d6 (patch)
tree444821054529e50fc0890e9f7009f08c3d82dbab /tests
parent7e77310c4ca13aedadc1f9052afcfc766efaa86f (diff)
source travis-helper.sh again for angular js tests.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/angularjs/scripts/install-ubuntu.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/angularjs/scripts/install-ubuntu.sh b/tests/angularjs/scripts/install-ubuntu.sh
index a1ee0d15f3..60a564dae2 100755
--- a/tests/angularjs/scripts/install-ubuntu.sh
+++ b/tests/angularjs/scripts/install-ubuntu.sh
@@ -1,4 +1,6 @@
DIR=`dirname $0`
+source $DIR/../../travis/travis-helper.sh
+
cd $DIR
travis_retry sudo apt-get -qq install python-software-properties
travis_retry sudo apt-add-repository -y ppa:chris-lea/node.js > /dev/null