Skip to content

Commit cd516e2

Browse files
committed
Fix for CI
1 parent bc64597 commit cd516e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ machine:
88
dependencies:
99
pre:
1010
- npm i -g npm
11-
- npm i -g codecov nyc js-data@beta
11+
- npm i -g codecov nyc
12+
- npm i js-data@beta
1213
test:
1314
post:
1415
- nyc report --reporter=lcov | codecov

0 commit comments

Comments
 (0)