Sha256: 124fdd315a6e748d97d33d746773873f09eaa063df47c85af6c7a1d5a556c9ff

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

language: ruby
before_install:
  - gem install bundler -v 1.17.3

matrix:
  include:
    - rvm: 2.5.1 # Pre-installed Ruby version
      script: bundle exec rake rubocop # ONLY lint once, first
    - rvm: 2.1
    - rvm: 2.2
    - rvm: 2.3.5
    - rvm: 2.4.6
    - rvm: 2.5.5
    - rvm: 2.6.3
    - rvm: jruby-9.1.8.0
      env:
        - JRUBY_OPTS="--debug"
      jdk: openjdk8
    - rvm: jruby-9.2.8.0
      env:
        - JRUBY_OPTS="--debug"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pundit-2.1.0 .travis.yml