mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 23:28:42 -05:00
cli: remove deprecated circle.yml
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user