Skip to content

Commit

Permalink
Get rid of bash commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed Mar 28, 2017
1 parent d48e23f commit a47530b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/travis/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ case $TEST_SUITE in
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
bash -c "nvm install $NODE_JS_VERSION" || true
bash -c "nvm use $NODE_JS_VERSION" || true
nvm install $NODE_JS_VERSION
nvm use $NODE_JS_VERSION
node --version

cp package.json.sample package.json
Expand Down

0 comments on commit a47530b

Please sign in to comment.