cli: remove deprecated circle.yml

This commit is contained in:
Brian Mann
2017-06-05 18:31:04 -04:00
parent be14f29dca
commit 0867e4f971
-19
View File
@@ -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