Welcome to mirror list, hosted at ThFree Co, Russian Federation.

install-ubuntu.sh « scripts « angularjs « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60a564dae26d336c93f3fb07472db8ebbd852cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
DIR=`dirname $0`
source $DIR/../../travis/travis-helper.sh

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

cd ..
npm config set loglevel error
travis_retry npm install .