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:49:24 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-30 23:49:24 +0400
commit11acb3f4cc8833a913ff0bb2875d7996b64400c1 (patch)
treee4295dc1704054b04094881f3d9ac1809a719b99 /tests/angularjs
parent70eeaccdb7856b023362888225c7cb825019a777 (diff)
refs #4691 install npm before running tests
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/angularjs/travis.sh b/tests/angularjs/travis.sh
index 1c0a9f6561..bdbb8c4d2e 100755
--- a/tests/angularjs/travis.sh
+++ b/tests/angularjs/travis.sh
@@ -1,3 +1,4 @@
+sudo apt-get install npm
DIR=`dirname $0`
cd $DIR
sudo npm install .