Skip to content

Commit

Permalink
Use rubocop from mail Gemfile (#112)
Browse files Browse the repository at this point in the history
* Use the same version of rubocop
* Do not use rails 6.0 gemfile
  • Loading branch information
LTe committed Aug 10, 2020
1 parent 76adad1 commit 03cbd3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ matrix:
gemfile: gemfiles/rails_master.gemfile
- rvm: 2.7
stage: "Static analysis"
gemfile: gemfiles/rails_6.0.gemfile
name: "Rubocop"
script: rake rubocop
script: bundle exec rake rubocop
- rvm: 2.7
stage: "Documentation"
name: "Documentation"
Expand Down

0 comments on commit 03cbd3d

Please sign in to comment.