Sha256: d8b0d5b7a01f10c6cbc918d6d972e5f6b3b7db82972c320d948fc91e37a6157d

Contents?: true

Size: 408 Bytes

Versions: 2

Compression:

Stored size: 408 Bytes

Contents

language: ruby
sudo: false
before_install:
  - gem update --system
  - gem install bundler

matrix:
  include:
    - rvm: 2.5.1
      script: bundle exec rake rubocop # ONLY lint once, first
    - rvm: 2.1
    - rvm: 2.2.8
    - rvm: 2.3.5
    - rvm: 2.4.2
    - rvm: 2.5.1
    - rvm: jruby-9.1.8.0
      env:
        - JRUBY_OPTS="--debug"
    - rvm: jruby-9.2.0.0
      env:
        - JRUBY_OPTS="--debug"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pundit-2.0.0 .travis.yml
pundit-2.0.0.beta1 .travis.yml