Skip to content

Commit ba0068c

Browse files
committed
Temporary workaround for broken Rubygems on Travis
1 parent fa07739 commit ba0068c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ env: RBXOPT=-Xgc.honor_start=true
1111
bundler_args: --without benchmarks
1212
script:
1313
- bundle exec rake spec
14+
# Temporary workaround for broken Rubygems on Travis
15+
before_install:
16+
- gem update --system 2.1.11
17+
- gem --version

0 commit comments

Comments
 (0)