Skip to content

Commit 6f1203a

Browse files
authored
Merge pull request #563 from mtsmfm/fix-broken-ci-2
Downgrade rubygems version to fix CI
2 parents eb80f1f + 05402c2 commit 6f1203a

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
@@ -30,6 +30,8 @@ matrix:
3030
allow_failures:
3131
- rvm: ruby-head
3232
fast_finish: true
33+
before_install:
34+
- gem update --system 2.6.14
3335
before_script:
3436
- "[ $TRAVIS_RUBY_VERSION = \"1.9.3\" ] && travis_retry gem install mime-types --version \"~> 2\" || true"
3537
- "[ $TRAVIS_RUBY_VERSION = \"1.9.3\" -o $TRAVIS_RUBY_VERSION = \"2.0.0\" ] && travis_retry gem install nokogiri --version \"~> 1.6.8\" || true"

0 commit comments

Comments
 (0)