Skip to content

Commit

Permalink
Travis also needs the mime-types gem
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Dec 21, 2018
1 parent babbe7a commit 41d1f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41d1f97

Please sign in to comment.