Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed May 17, 2016
1 parent bc64597 commit cd516e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ machine:
dependencies:
pre:
- npm i -g npm
- npm i -g codecov nyc js-data@beta
- npm i -g codecov nyc
- npm i js-data@beta
test:
post:
- nyc report --reporter=lcov | codecov
Expand Down

0 comments on commit cd516e2

Please sign in to comment.