Skip to content

Commit bc64597

Browse files
committed
Fix for CI
1 parent c03da6a commit bc64597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ machine:
88
dependencies:
99
pre:
1010
- npm i -g npm
11-
- npm i -g codecov nyc
11+
- npm i -g codecov nyc js-data@beta
1212
test:
1313
post:
1414
- nyc report --reporter=lcov | codecov

0 commit comments

Comments
 (0)