From c63b2e1fb9e4daa2b492a62fbe0a7f6834f4d63b Mon Sep 17 00:00:00 2001 From: Steve Gilvarry Date: Fri, 20 Nov 2015 23:13:31 +1100 Subject: [PATCH] Update bundler Standard Bundler in Travis is old and causes build issues, well that is the theory. This will update bundler. https://github.com/travis-ci/travis-ci/issues/3531 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 958237a..9f3226f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: ruby -before_install: gem update --system +before_install: +- gem update --system +- gem install bundler rvm: - 2.1.0 script: