Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit d572951

Browse files
committed
Pin to an older Rubygems gem on Travis
1 parent f40e17a commit d572951

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
@@ -2,7 +2,9 @@ language: ruby
22
bundler_args: --without benchmarks
33
script:
44
- bundle exec rake spec
5+
# Temporary workaround for broken Rubygems on Travis
56
before_install:
7+
- gem update --system 2.4.8
68
- gem --version
79
- |
810
bash -c " # Install MySQL 5.7 if DB=mysql57

0 commit comments

Comments
 (0)