Skip to content

Commit

Permalink
fix(ci): add CircleCI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 5, 2017
1 parent b390b23 commit 54ac357
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions circle.yml
@@ -0,0 +1,17 @@
dependencies:
override:
- nvm install 0.10 && npm install
- nvm use 0.12 && npm install
- nvm use 4 && yarn install
- nvm use 6 && yarn install
- nvm install 7 && yarn install

test:
override:
- nvm use 0.10 && npm test
- nvm use 0.12 && npm test
- nvm use 4 && yarn test
- nvm use 6 && yarn test
- nvm use 7 && yarn test
post:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 54ac357

Please sign in to comment.