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

Update .probo.yaml

parent 275aba4e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,8 +3,9 @@ steps:
name: Install NVM, Install dependencies, run tests
script: |
apt-get update
apt-get -y upgrade
apt-get install build-essential libssl-dev
curl -sL https://deb.nodesource.com/setup_7.x -o setup_7.x
. setup_7.x
apt-get install nodejs
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