From df80ff3a283b4f9cec30b583c05ee750122af4f8 Mon Sep 17 00:00:00 2001 From: koi-chan Date: Sun, 27 Jan 2019 15:49:48 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix-travis-ruby260:=20gem=20update=20?= =?UTF-8?q?=E3=82=92=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=BF=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 374f9802..aa333782 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ rvm: before_install: # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443 - gem update --system + - gem update --no-document notifications: irc: use_notice: true From 63ec8898ad8e62940183526c47dea98040d5513f Mon Sep 17 00:00:00 2001 From: koi-chan Date: Sun, 27 Jan 2019 15:54:41 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix-travis-ruby260:=20gem=20update=20?= =?UTF-8?q?=E3=81=A7=E3=81=AE=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E7=94=9F=E6=88=90=E3=82=92=E6=AD=A2=E3=82=81=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa333782..a5d48eb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ rvm: - 2.6.0 before_install: # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443 - - gem update --system + - gem update --system --no-document - gem update --no-document notifications: irc: