Skip to content

Commit

Permalink
Merge pull request #256 from ruby/avoid-install-needless-deps
Browse files Browse the repository at this point in the history
To use gem install insteaad of bundle install
  • Loading branch information
hsbt committed Feb 22, 2018
2 parents 352c64c + 52a4889 commit 5fca980
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -2,8 +2,7 @@
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler --no-document -f
- bundle install
- gem install minitest
build: off
test_script:
- ruby -Ilib exe/rake
Expand Down

0 comments on commit 5fca980

Please sign in to comment.