Skip to content

Commit 7d00ea4

Browse files
committed
Add temporary workaround for failing build on Ruby 1.8.7
Rubygems broke builds on Ruby 1.8.7: travis-ci/travis-ci#1793 rubygems/rubygems#763 This patch is a temporary workaround until rubygems is updated.
1 parent 62593e0 commit 7d00ea4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
before_install:
2+
- gem update bundler
3+
- bundle --version
4+
- gem update --system 2.1.11
5+
- gem --version
16
bundler_args: --without development
27
language: ruby
38
rvm:

0 commit comments

Comments
 (0)