diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 993e7e457..2fe77fb3b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ install: build: off test_script: - - bundle install --without mysql2 postgres rmagick + - bundle install --without rmagick - set SCMS=git - set RUN_ON_NOT_OFFICIAL= - set RUBY_VER=1.9 |