Skip to content

Commit 35e0e8e

Browse files
committed
Remove no-op option --with screenshots from CircleCI bundle install
There is no "screenshots" group. That option didn't produce any effect.
1 parent 0b757ba commit 35e0e8e

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
@@ -28,7 +28,7 @@ commands:
2828
brew update && xargs brew install --verbose < .circleci/.brewfile
2929
- run:
3030
name: Install Ruby dependencies, if neeeded
31-
command: bundle check --path vendor/bundle || bundle install --with screenshots
31+
command: bundle check --path vendor/bundle || bundle install
3232
- save_cache:
3333
name: Cache Homebrew + Ruby Dependencies
3434
key: *cache_key

0 commit comments

Comments
 (0)