-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): move to CircleCI, instead of TravisCI
- Loading branch information
tunnckoCore
committed
Apr 1, 2017
1 parent
7d6c4e2
commit 17bd948
Showing
2 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |