Skip to content

Commit

Permalink
Removing nvm from blt CI scripts. (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Mar 2, 2017
1 parent d2c441a commit 5b89538
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/blt/ci/shared/setup_environment
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ set -ev
# Get the latest version of composer.
export PATH=${COMPOSER_BIN}:$PATH

# Install proper version of node for front end tasks.
nvm install 4.4.1
nvm use 4.4.1

set +v

0 comments on commit 5b89538

Please sign in to comment.