From 96a36490fcbd8ab03db22599db496746400d9df8 Mon Sep 17 00:00:00 2001 From: "Winston R. Milling" Date: Thu, 27 Jun 2019 12:46:14 -0400 Subject: [PATCH] Update bundler version in travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c7dbcf..44e7bae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: ruby rvm: - 2.6.3 +before_install: + - gem update --system + - gem install bundler + branches: only: - - master \ No newline at end of file + - master