Revert "fixed travis issues"

This reverts commit 1255088ff0.

Because it broke our heroku deployment
This commit is contained in:
Christian Bruckmayer 2017-03-03 15:07:54 +01:00
parent f85ff0c6c5
commit 322d58c61c
No known key found for this signature in database
GPG key ID: 168295FC108C44E5
7 changed files with 19 additions and 13 deletions

View file

@ -26,6 +26,7 @@ namespace :data do
dot_env.puts "OSEM_ICHAIN_ENABLED=\"#{CONFIG['authentication']['ichain']['enabled']}\"" if CONFIG.has_key?(:authentication)
dot_env.puts "OSEM_TRANSIFEX_APIKEY=\"#{CONFIG['transifex_live_api_key']}\""
dot_env.puts "OSEM_ERRBIT_HOST=\"#{CONFIG['errbit_host']}\""
dot_env.puts "OSEM_FACTORY_LINT=\"#{CONFIG['factory_girl_lint']}\""
dot_env.puts "OSEM_SMTP_ADDRESS=\"#{CONFIG['mail_address']}\""
dot_env.puts "OSEM_SMTP_PORT=\"#{CONFIG['mail_port']}\""
dot_env.puts "OSEM_SMTP_USERNAME=\"#{CONFIG['mail_username']}\""