Skip to content

Commit c25d3c3

Browse files
authored
try to fix circle ci
1 parent 2751590 commit c25d3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
working_directory: ~/meteor-coverage
99
steps:
1010
- checkout
11-
- run: npm install -g meteor
11+
- run: sudo npm install --unsafe-perm -g meteor
1212
- run: meteor npm install
1313
- run: mkdir .coverage
1414
- run: meteor npm test

0 commit comments

Comments
 (0)