We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb80f1f + 05402c2 commit 6f1203aCopy full SHA for 6f1203a
.travis.yml
@@ -30,6 +30,8 @@ matrix:
30
allow_failures:
31
- rvm: ruby-head
32
fast_finish: true
33
+before_install:
34
+ - gem update --system 2.6.14
35
before_script:
36
- "[ $TRAVIS_RUBY_VERSION = \"1.9.3\" ] && travis_retry gem install mime-types --version \"~> 2\" || true"
37
- "[ $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