diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-11-30 06:30:52 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-11-30 06:30:52 +0000 |
commit | d54ee970c4d4f9bda7196e422526c69eba7f64c3 (patch) | |
tree | 0a91e8fafff6e851adfaae6ef4727ab60dc9b146 /appveyor.yml | |
parent | c1e69edacb174a3d725a4dd2da00d72efdfb48c9 (diff) | |
download | redmine-d54ee970c4d4f9bda7196e422526c69eba7f64c3.tar.gz redmine-d54ee970c4d4f9bda7196e422526c69eba7f64c3.zip |
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
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 69acc7b9a..9c36b3dd7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |