Merge pull request #929 from sonalkr132/rubocop-first

Running rubocop first would give faster CI response for style offense
This commit is contained in:
Henne Vogelsang 2016-03-31 11:07:23 +02:00
commit 12026b1a66

View file

@ -20,5 +20,5 @@ before_script:
- cp config/secrets.yml.example config/secrets.yml
- RAILS_ENV=test bundle exec rake db:migrate --trace
script:
- 'bundle exec rspec --color --format documentation'
- 'bundle exec rubocop -Dc .rubocop.yml'
- 'bundle exec rspec --color --format documentation'