CI server has to empty the cache if language files changed

This commit is contained in:
Maikel Linke
2015-10-07 19:10:44 +11:00
parent d62775a785
commit 56fd91f82b

View File

@@ -17,5 +17,8 @@ echo "--- Loading test database"
bundle exec rake db:drop db:create db:schema:load
bundle exec rake parallel:drop parallel:create parallel:load_schema
echo "--- Emptying cache"
rm tmp/cache/ -rf
echo "--- Running tests"
bundle exec rake parallel:spec