Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 7200c33

Browse files
authored
Merge pull request #59 from kwonoj/spec-test
ci(circle): avoid bundler failure
2 parents b24d304 + edea3a3 commit 7200c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
rm -rf spec/libsass-closed-issues/issue_2360
7272
rm -rf spec/sass/import/unquoted
7373
74-
bundle install
74+
sudo bundle install
7575
popd
7676
7777
ruby ./sass-spec/sass-spec.rb -V 3.5 -c 'SASS_SPEC=true node ./dist/cli.bundle.js --root ./sass-spec' --impl libsass --probe-todo -s sass-spec/spec

0 commit comments

Comments
 (0)