mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
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:
@@ -13,7 +13,7 @@ build: off
|
||||
|
||||
test_script:
|
||||
- bundle install --without rmagick
|
||||
- set SCMS=git
|
||||
- set SCMS=mercurial
|
||||
- set RUN_ON_NOT_OFFICIAL=
|
||||
- set RUBY_VER=1.9
|
||||
- set BRANCH=trunk
|
||||
|
||||
Reference in New Issue
Block a user