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

@@ -16,7 +16,7 @@ rvm:
before_install:
- "env"
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "gem install bundler -v 1.13.7"
- "gem install bundler"
- "bundler --version"
before_script:
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR"

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