Merge pull request #929 from sonalkr132/rubocop-first
Running rubocop first would give faster CI response for style offense
This commit is contained in:
commit
12026b1a66
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ before_script:
|
||||||
- cp config/secrets.yml.example config/secrets.yml
|
- cp config/secrets.yml.example config/secrets.yml
|
||||||
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
||||||
script:
|
script:
|
||||||
- 'bundle exec rspec --color --format documentation'
|
|
||||||
- 'bundle exec rubocop -Dc .rubocop.yml'
|
- 'bundle exec rubocop -Dc .rubocop.yml'
|
||||||
|
- 'bundle exec rspec --color --format documentation'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue