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:
authormattab <matthieu.aubry@gmail.com>2014-06-19 11:39:00 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-19 11:39:00 +0400
commitdf161b1a0a4f53f9a0a4659a780c40c4810edb08 (patch)
tree9312695c6f572f94e6179dfc5df0ffc5069fc41b /tests/angularjs
parentae84b117e950922bb0a808477f240ea434d39abb (diff)
revert previous change
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/scripts/install-ubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/angularjs/scripts/install-ubuntu.sh b/tests/angularjs/scripts/install-ubuntu.sh
index 2a9ae9627f..d0e319d81b 100755
--- a/tests/angularjs/scripts/install-ubuntu.sh
+++ b/tests/angularjs/scripts/install-ubuntu.sh
@@ -26,7 +26,7 @@ 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
travis_retry sudo apt-get -qq update
-#travis_retry sudo apt-get -qq install nodejs
+travis_retry sudo apt-get -qq install nodejs
travis_retry sudo apt-get -qq install npm
cd ..
sudo npm config set loglevel error