We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57be28 commit d63bd6dCopy full SHA for d63bd6d
appveyor.yml
@@ -78,6 +78,8 @@ cache:
78
install:
79
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
80
- set PATH=%NINJA_PATH%;%PATH%
81
+- bundle config --local path vendor/bundle
82
+- gem install bundler --quiet --no-ri --no-rdoc
83
- gem install github_changelog_generator --quiet --no-ri --no-rdoc
84
- choco install gitversion.portable -pre -y
85
- ps: |
0 commit comments