Skip to content
Extraits de code Groupes Projets
Valider 10d8ef7b rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Remove dead code and use travis_retry in npm install command in...

Remove dead code and use travis_retry in npm install command in tests/angularjs/scripts/install-ubuntu.sh to remove random travis failure.
parent 8c94dc71
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter