Sha256: fb7089edcdc95f17a75211867b0e5dccbbeb659a7ce3d0f54bfc7594db879e37

Contents?: true

Size: 789 Bytes

Versions: 5

Compression:

Stored size: 789 Bytes

Contents

language: ruby
dist: focal

matrix:
  include:
    - name: "RuboCop lint on pre-installed Ruby version"
      rvm: 2.7.1 # Pre-installed Ruby version
      before_install:
        - gem install bundler
      script: bundle exec rake rubocop # ONLY lint once, first
    - rvm: 2.6.7
      before_script:
        - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
        - chmod +x ./cc-test-reporter
        - ./cc-test-reporter before-build
      after_script:
        - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
    - rvm: 2.7.3
    - rvm: 3.0.1
    - rvm: 3.1.0
    - rvm: jruby-9.2.17.0
      env:
        - JRUBY_OPTS="--debug"
    - rvm: truffleruby-head
  allow_failures:
    - rvm: truffleruby-head

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/pundit-2.2.0/.travis.yml
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/pundit-2.2.0/.travis.yml
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/pundit-2.2.0/.travis.yml
pundit-2.3.0 .travis.yml
pundit-2.2.0 .travis.yml