Skip to content

Commit

Permalink
fix(ci): add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 28, 2017
1 parent f1e487c commit 9789bf8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions circleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# dependencies:
# override:
# - nvm install 0.10 && npm install
# - nvm use 0.12 && npm install
# - nvm use 4 && yarn install
# - nvm use 6 && yarn install

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

0 comments on commit 9789bf8

Please sign in to comment.