Skip to content

Commit

Permalink
chore: Tweak circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Feb 12, 2016
1 parent 1af314d commit 297d394
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ machine:
dependencies:
override:
- rm -rf ./node_modules
- npm install

test:
override:
- nvm use 0.10 && npm run travis
- nvm use 0.12 && npm run travis
- nvm use 4 && npm run travis
- nvm use 5 && npm run travis
- nvm use 0.10 && rm -rf ./node_modules && npm i && npm run travis
- nvm use 0.12 && rm -rf ./node_modules && npm i && npm run travis
- nvm use 4 && rm -rf ./node_modules && npm i && npm run travis
- nvm use 5 && rm -rf ./node_modules && npm i && npm run travis

0 comments on commit 297d394

Please sign in to comment.