Skip to content

Commit

Permalink
fix(ci): move to CircleCI, instead of TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 1, 2017
1 parent 7d6c4e2 commit 17bd948
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

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 17bd948

Please sign in to comment.