Files
cypress/lib/_circle.yml
2017-04-06 13:48:16 -04:00

20 lines
407 B
YAML

## TODO: figure out how to run this in CI amongst other monorepo tests
test:
override:
- nvm install 0.12
- npm install
- npm run test-ci
- nvm install 0.11
- npm install
- npm run test-ci
- nvm install 0.10
- npm install
- npm run test-ci
- nvm install iojs
- npm install
- npm run test-ci
- nvm install stable
- npm install
- npm run test-ci