Skip to content

Commit 69d1bcd

Browse files
committed
Temporary workaround for broken Rubygems 2.5 on Travis
1 parent 00ebcc4 commit 69d1bcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
sudo: required
22
language: ruby
33
bundler_args: --without benchmarks development
4+
# Temporary workaround for broken Rubygems on Travis
45
before_install:
6+
- gem update --system 2.4.8
57
- gem --version
68
- bash .travis_setup.sh
79
os:

0 commit comments

Comments
 (0)