conradz / wercker-box-nvm

A Wercker box that runs nvm to support the usage of multiple node versions.

Home Page:https://app.wercker.com/#applications/53ce69aeb0c89a4161001a23/tab/details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvm box

wercker status

Box that runs nvm to support the usage of multiple node versions. It installs the latest versions of 0.8, 0.9, 0.10, 0.11 and makes 0.10 the default version when running node.

Example

box: seigyo/nvm
build:
  steps:
    - script:
        name: Set NVM to NodeJS 0.11.x (latest)
        code: |
          nvm use 0.11
    - npm-install
    - npm-test

Changelog

0.1.0

  • Initial release

License

MIT, see LICENSE

About

A Wercker box that runs nvm to support the usage of multiple node versions.

https://app.wercker.com/#applications/53ce69aeb0c89a4161001a23/tab/details

License:MIT License