From 46d3ad73f2a3cc7991ba25df8bb85bad55189723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Christian=20Fo=CC=88h?= Date: Tue, 2 Feb 2016 16:52:13 +0100 Subject: [PATCH] fixes Travis build failing by updating Bundler see https://github.com/travis-ci/travis-ci/issues/5239 and https://github.com/bundler/bundler/pull/3559 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7c51609 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +before_install: + - gem install bundler \ No newline at end of file