try to fix travis

This commit is contained in:
Christian Mehlmauer
2017-01-31 21:46:07 +01:00
parent edab0e812a
commit 50fa79b331
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ gem 'ruby-progressbar', '>=1.8.1'
# needed from ruby 2.4 onwards
install_if -> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.4") } do
gem 'xmlrpc'
gem 'xmlrpc', :require => false
end
group :test do