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:
commit
c7dc88c55d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue