1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Merge pull request #633 from varvet/drop-support-ruby-2.3

Stop building against ruby 2.3
This commit is contained in:
Duncan Stuart 2019-12-09 11:43:24 +01:00 committed by GitHub
commit 9eed8fa2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
Exclude:
- "lib/generators/**/templates/**/*"

View file

@ -7,16 +7,16 @@ matrix:
before_install:
- gem install bundler
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.3.5
- rvm: 2.4.9
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.4.6
- rvm: 2.5.5
- rvm: 2.6.3
- rvm: 2.5.7
- rvm: 2.6.5
- rvm: 2.7.0-preview3
- name: "jruby-9.1.8.0 on OpenJDK 8"
rvm: jruby-9.1.8.0
env: