Skip to content

Commit 52a4889

Browse files
committed
To use gem install insteaad of bundle install
1 parent 352c64c commit 52a4889

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)