From 6aad2b4ee16962e016c74882cad9881a83e877ab Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 6 Nov 2019 13:10:32 +0900 Subject: [PATCH] Use "yes" command for "gem update --system" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 906716f93..8e345953a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ rvm: - 2.6.3 - ruby-head before_install: - - gem update --system + - yes | gem update --system script: bundle exec rake test