diff options
author | Go MAEDA <maeda@farend.jp> | 2019-08-14 02:40:56 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-08-14 02:40:56 +0000 |
commit | beeacb2c2a833cfffc83d05ccb4317cb41654374 (patch) | |
tree | 72dceddde159ee2d667529584a01fe1411ed5577 /appveyor.yml | |
parent | 3bf7956ce00fd60f8bfa84c47b67fa2f52bcff6f (diff) | |
download | redmine-beeacb2c2a833cfffc83d05ccb4317cb41654374.tar.gz redmine-beeacb2c2a833cfffc83d05ccb4317cb41654374.zip |
Replace RMagick with MiniMagick (#30492).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18366 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 d5ea687bb..c5818a60e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ install: build: off test_script: - - bundle install --without rmagick + - bundle install --without minimagick - set SCMS=mercurial - set RUN_ON_NOT_OFFICIAL= - set RUBY_VER=1.9 |