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:23:21 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-19 11:23:21 +0400
commit6e62a0368bba586556cc0074fa3810287e72eeec (patch)
treef0b4a218a28194f17a98228e967916a7c90fba7f /tests/angularjs
parentde6381558d0fd17097c0effa3b3a1b4c07d0a044 (diff)
Travis said nodejs is available by default in the travis image
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 d0e319d81b..2a9ae9627f 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