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

Merge pull request #611 from varvet/only-install-bundler-on-needy-version

Only install bundler on needy version
This commit is contained in:
Duncan Stuart 2019-08-19 14:57:22 +02:00 committed by GitHub
commit c7dc88c55d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
language: ruby
before_install:
- gem install bundler
matrix:
include:
- name: "RuboCop lint on pre-installed Ruby version"
rvm: 2.5.3 # Pre-installed Ruby version
before_install:
- gem install bundler
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.3.5
- rvm: 2.4.6