do not update localeapp from translation instance, since it may run a slightly older version [ci skip]

This commit is contained in:
wvengen 2013-09-18 19:21:54 +02:00
parent f1f7e8d709
commit 50a8cce9fd
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ require 'localeapp/rails'
Localeapp.configure do |config| Localeapp.configure do |config|
config.api_key = '$LOCALEAPP_KEY' config.api_key = '$LOCALEAPP_KEY'
config.sending_environments = ['$RAILS_ENV'] config.sending_environments = []
config.polling_environments = ['$RAILS_ENV'] config.polling_environments = ['$RAILS_ENV']
end end
EOF EOF