This commit is contained in:
Bernhard Posselt 2014-10-04 20:40:51 +02:00
Родитель e45f7346a8
Коммит 24e09a7a67
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,7 @@ before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js # ubuntu 12.04 only
- sudo apt-get update
- sudo apt-get -o DPkg::Options::="--force-confold" -y upgrade
- npm install -g npm@latest
install:
- cd ..