Merge pull request #310 from travis-ci/joshk-customerio-domain-data

also send the travis domain to customer.io
This commit is contained in:
Joe Corcoran 2016-08-12 14:41:59 +02:00 committed by GitHub
commit 8afaeb10c0

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)