This is actually pretty easy:
machine:
node:
version: 0.12
test:
override:
- test that you want to run with v0.12
- nvm use 4.0; test you want to run with v4
This is actually pretty easy:
machine:
node:
version: 0.12
test:
override:
- test that you want to run with v0.12
- nvm use 4.0; test you want to run with v4