From 4316097618415dbb79d4d253b2e2c884786c8b80 Mon Sep 17 00:00:00 2001 From: Chad Woolley Date: Sun, 3 Apr 2016 17:24:23 -0700 Subject: [PATCH] fix build - resolves #34 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