use mercurial instead of git on appveyor

Some tests fail on git version 2.6.3.windows.1.

<pre>
  1) Error:
GitAdapterTest#test_entries_branch:
NoMethodError: undefined method `identifier' for nil:NilClass
    test/unit/lib/redmine/scm/adapters/git_adapter_test.rb:464:in `test_entries_branch'

  2) Error:
GitAdapterTest#test_entries_tag:
NoMethodError: undefined method `identifier' for nil:NilClass
    test/unit/lib/redmine/scm/adapters/git_adapter_test.rb:447:in `test_entries_tag'
</pre>

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

View File

@@ -13,7 +13,7 @@ build: off
test_script: test_script:
- bundle install --without rmagick - bundle install --without rmagick
- set SCMS=git - set SCMS=mercurial
- set RUN_ON_NOT_OFFICIAL= - set RUN_ON_NOT_OFFICIAL=
- set RUBY_VER=1.9 - set RUBY_VER=1.9
- set BRANCH=trunk - set BRANCH=trunk