Remove mistakenly-added line

This commit is contained in:
Buck Doyle 2016-04-12 17:41:11 +02:00
parent 575d78e38d
commit a17556baf6

View File

@ -190,7 +190,6 @@ class Travis::Web::App
pusher['host'] = options[:pusher_host] if options[:pusher_host]
pusher['path'] = options[:pusher_path] if options[:pusher_path]
pusher['channelPrefix'] = options[:pusher_channel_prefix] if options[:pusher_channel_prefix]
Added Igor and Carmen to the team page
config['pusher'] = pusher
config['ember-cli-pendo'] = { apiKey: options[:pendo_key] }