Sha256: fca5c60f145db3d9d5f70af32b58c94cf29273337df3fd0c2bcd7dd1fb13a2a2
Contents?: true
Size: 831 Bytes
Versions: 17
Compression:
Stored size: 831 Bytes
Contents
language: ruby sudo: false branches: only: - master gemfile: - Gemfile before_install: # This is only for Ruby 2.5.0, Bundler 1.16.1 and rubygems 2.7.3 # See https://github.com/travis-ci/travis-ci/issues/8969 - "[ \"x2.7.3\" = \"x\"$(gem --version) ] && gem update --system --no-document || echo \"no need to update rubygem\"" # http://rubies.travis-ci.org/ matrix: include: - rvm: 2.3.8 os: linux - rvm: 2.4.5 os: linux - rvm: 2.5.3 os: linux - rvm: 2.6.1 os: linux - rvm: 2.6.1 os: osx - rvm: ruby-head os: linux - rvm: jruby-9.1.9.0 os: linux - rvm: jruby-head os: linux - rvm: jruby-19mode os: linux allow_failures: - rvm: 2.6.1 os: osx - rvm: ruby-head - rvm: jruby-head - rvm: jruby-19mode
Version data entries
17 entries across 17 versions & 2 rubygems