Skip to content
Snippets Groups Projects
Commit 385b9bb1 authored by Travis Savo's avatar Travis Savo Committed by GitHub
Browse files

Update .probo.yaml

parent dab0791d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,13 +2,8 @@ steps:
- plugin: Script
name: Install NVM, Install dependencies, run tests
script: |
npm -g install npm@latest
NVM_PROFILE=/etc/profile.d/nvm.sh
touch "${NVM_PROFILE}"
curl https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh -o install.sh
NVM_DIR=/usr/local/nvm PROFILE="${NVM_PROFILE}" SHELL=nosh bash install.sh
git clone http://github.com/creationix/nvm.git .nvm
source .nvm/nvm.sh
nvm install 7
npm -g install npm@latest && npm install
apt-get update
apt-get install build-essentials libssl-dev
npm install -g npm@latest
npm install
npm test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment