From 94878c04e715db8d426a39b483000b45f6ea7dd7 Mon Sep 17 00:00:00 2001 From: Dmytro Shteflyuk Date: Thu, 29 Mar 2018 12:29:10 -0400 Subject: [PATCH] Fixing TravisCI after ruby upgrade (see https://github.com/travis-ci/travis-ci/issues/8978) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index dc4b74f2..026da199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,10 @@ notifications: recipients: - kpumuk@kpumuk.info +before_install: + - gem update --system + - gem install bundler -v 1.16.1 + before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter