From 41d1f976e95164207074b413a7b26e4931a407e1 Mon Sep 17 00:00:00 2001 From: Brandon Byars Date: Fri, 21 Dec 2018 15:16:22 -0600 Subject: [PATCH] Travis also needs the mime-types gem --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c8a58af7..44723173d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ install: - node --version # Temporary hack; latest version of dpl fails s3 build on Travis - echo gem \"aws-sdk\" >> Gemfile + - echo gem \"mime-types\" >> Gemfile - mv Gemfile.lock Gemfile.lock.orig - sed -E -e 's/dpl \(1.10.6\)/dpl (1.8.47)/' Gemfile.lock.orig > Gemfile.lock - bundle install --without development