Robot type fixes

This commit is contained in:
Priit Tamboom 2014-10-10 11:44:53 +03:00
parent 88a042f5e3
commit d798b05790

View file

@ -18,7 +18,6 @@ unset GIT_DIR GIT_WORK_TREE
bundle install
# run rubocop
echo "RUBOCOP_RESULTS"
bundle exec rubocop
echo "END_OF_RUBOCOP_RESULTS"
@ -36,7 +35,7 @@ RAILS_ENV=test bundle exec rake db:seed
RAILS_ENV=test bundle exec rake assets:precompile
echo "GIT_LAST_COMMITS"
git log origin/master -n 15 --pretty=oneline | sed -r '/^.{40} Merge branch/d' | sed -r 's/^.{40}/Latests: /'
git log origin/master -n 10 --pretty=oneline | sed -r '/^.{40} Merge branch/d' | sed -r 's/^.{40}/Latest: /'
echo "END_OF_GIT_LAST_COMMITS"
# run tests