Advertisement
rdsedmundo

circle.yml install node

Jan 11th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. dependencies:
  2. pre:
  3. - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
  4. - export NVM_DIR="$HOME/.nvm"
  5. - [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
  6. - nvm install 7
  7. test:
  8. override:
  9. - npm test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement