From 99c47a08ef8d0e5a1f7f232c20437e615db2f0fc Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Wed, 30 Mar 2016 22:38:17 +0530 Subject: [PATCH] Running rubocop first would give faster CI response for style offense Chekout: https://travis-ci.org/openSUSE/osem/builds/118816901 https://travis-ci.org/openSUSE/osem/builds/117943633 https://travis-ci.org/openSUSE/osem/builds/116962415 https://travis-ci.org/openSUSE/osem/builds/116489044 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e213414..3868df80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'