Sha256: 91cd1789973ad6d1abcdb190d50100f88b7472753860e95cb9f0b480049806d2
Contents?: true
Size: 601 Bytes
Versions: 2
Compression:
Stored size: 601 Bytes
Contents
language: ruby sudo: false cache: bundler before_install: - gem update --system - gem --version - gem install bundler - bundle --version install: bundle install --without development doc script: bundle exec rake env: JRUBY_OPTS="$JRUBY_OPTS --debug" rvm: # Include JRuby first because it takes the longest - jruby-9.2.5.0 - 2.4 - 2.5 - 2.6 - 2.7 matrix: fast_finish: true include: # Only run RuboCop and Yardstick metrics on the latest Ruby - rvm: 2.7 env: SUITE="rubocop" - rvm: 2.7 env: SUITE="yardstick" branches: only: - master - 4-x-stable
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
http-5.0.0.pre3 | .travis.yml |
http-5.0.0.pre2 | .travis.yml |