build(analytics): track TRAVIS_JOB_NUMBER as a custom dimension

This commit is contained in:
Igor Minar 2015-10-29 05:09:56 -07:00
parent df13e0a581
commit b329a58416
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ let customParams = {
cd6: process.env.TRAVIS_BRANCH,
// Travis - Repo Slug (angular/angular)
cd7: process.env.TRAVIS_REPO_SLUG,
// Travis - Job ID (4.1)
cd12: process.env.TRAVIS_JOB_NUMBER,
// HW - CPU Info
cd8: `${os.cpus().length} x ${os.cpus()[0].model}`,
// HW - Memory Info