1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

output git and mercurial version on appveyor

git-svn-id: http://svn.redmine.org/redmine/trunk@14902 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-11-30 06:02:22 +00:00
parent 4a77bfa44d
commit c1e69edacb

View File

@ -6,6 +6,8 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version - ruby --version
- gem --version - gem --version
- git --version
- hg --version
build: off build: off