also send the travis domain to customer.io

This commit is contained in:
Josh Kalderimis 2016-08-12 14:37:05 +02:00 committed by GitHub
parent 8a14ef827f
commit c7161cec81

View File

@ -179,7 +179,8 @@ class Travis::Api::App
:created_at => user.created_at.to_i,
:github_id => user.github_id,
:education => user.education,
:first_logged_in_at => user.first_logged_in_at.to_i
:first_logged_in_at => user.first_logged_in_at.to_i,
:travis_domain => Travis.config.client_domain
}
customerio.identify(payload)