From 4aaeb2c781c9250f5db1a262c2e0d2ff7f0caae8 Mon Sep 17 00:00:00 2001 From: Chad Woolley Date: Sun, 3 Apr 2016 17:24:23 -0700 Subject: [PATCH] attempt to fix build - see https://github.com/thoughtbot/factory_girl/pull/846 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 884ef18..c444834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: ruby rvm: - 2.1.5 +before_install: + - gem update --system + - gem update bundler + - gem cleanup bundler