From 08b2f6617b1bc03bf64763946231d4f3eb50c977 Mon Sep 17 00:00:00 2001 From: Rick Song Date: Thu, 27 Dec 2018 00:43:46 -0600 Subject: [PATCH] Remove deprecated options from .travis.yml `--no-rdoc` and `--no-ri` no longer work. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 92f9549d..e9b943a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: bundler before_install: - gem update --system - gem --version - - gem install bundler --no-rdoc --no-ri + - gem install bundler - bundle --version install: bundle install --without development doc