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.
1 parent 3c23ebb commit 0579aa4Copy full SHA for 0579aa4
.travis.yml
@@ -43,6 +43,7 @@ matrix:
43
fast_finish: true
44
before_install:
45
- gem update --system 3.0.3
46
+ - gem uninstall bundler && gem install bundler -v 1.17.3
47
before_script:
48
- "[ $TRAVIS_RUBY_VERSION = \"1.9.3\" ] && travis_retry gem install mime-types --version \"~> 2\" || true"
49
- "[ $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