diff options
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 |