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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-07-26 17:25:28 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-07-26 17:25:36 +0400
commitcfd98f76f211353c7be49de59d7d628c8505c608 (patch)
treea4e663840747bd54a9048c3929c3e14510ad39bb
parentb3a8a9dde2d90bab347b03b1ce5d60fe44113445 (diff)
Remove dead code and use travis_retry in npm install command in tests/angularjs/scripts/install-ubuntu.sh to remove random travis failure.
-rwxr-xr-xtests/angularjs/scripts/install-ubuntu.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/angularjs/scripts/install-ubuntu.sh b/tests/angularjs/scripts/install-ubuntu.sh
index 7f9e9a1cd9..0723f5e927 100755
--- a/tests/angularjs/scripts/install-ubuntu.sh
+++ b/tests/angularjs/scripts/install-ubuntu.sh
@@ -26,9 +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 npm
cd ..
npm config set loglevel error
-npm install . \ No newline at end of file
+travis_retry npm install . \ No newline at end of file