Skip to content

Commit 5fca980

Browse files
authored
Merge pull request #256 from ruby/avoid-install-needless-deps
To use gem install insteaad of bundle install
2 parents 352c64c + 52a4889 commit 5fca980

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
clone_depth: 10
33
install:
44
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
5-
- gem install bundler --no-document -f
6-
- bundle install
5+
- gem install minitest
76
build: off
87
test_script:
98
- ruby -Ilib exe/rake

0 commit comments

Comments
 (0)