From d5453d090d7fc094372e9e3aa22f36ef82fcc348 Mon Sep 17 00:00:00 2001 From: Hendy Tanata Date: Thu, 5 Oct 2017 18:05:55 -0700 Subject: [PATCH] Fix build on Ruby 2.2.0. https://travis-ci.org/htanata/git_snip/jobs/283977909 https://github.com/bundler/bundler/issues/3558 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e7fd1a7..b1f5ca6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +before_install: + - gem update bundler + before_script: - git config --global user.email "you@example.com" - git config --global user.name "Your Name"