mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 23:20:35 -06:00
20 lines
407 B
YAML
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
|