uses universe repo for pipelines

This commit is contained in:
Zachary Boyd 2017-03-12 13:22:50 -04:00
parent f8bbfd270c
commit 9e434ca636

View file

@ -4,8 +4,7 @@ pipelines:
default:
- step:
script:
- cp tor-sources.list /etc/apt/sources.list.d/tor.list
- apt update && apt install -y --allow-unauthenticated deb.torproject.org-keyring curl tor git
- apt update && apt install -y curl tor git
- curl -sL https://deb.nodesource.com/setup_7.x > /tmp/node_install
- bash /tmp/node_install && apt install -y nodejs
- npm install