diff options
| author | Nick Merwin <[email protected]> | 2015-12-10 12:41:24 -0800 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2015-12-10 12:41:24 -0800 |
| commit | 64171bf45e464e399b744748abca986bd20273fc (patch) | |
| tree | f661a7b138e8c0c5e1b2692625ab6ae4fa57bf9c /lib/getOptions.js | |
| parent | 3db021eb1f3f7c496bb0ba30da784abd5a43d304 (diff) | |
| parent | b4d5479e72c0605c7ee252caa154d227e39adec5 (diff) | |
| download | node-coveralls-64171bf45e464e399b744748abca986bd20273fc.tar.xz node-coveralls-64171bf45e464e399b744748abca986bd20273fc.zip | |
Merge pull request #108 from daleharvey/80
Use HEAD to pick up git info
Diffstat (limited to 'lib/getOptions.js')
| -rw-r--r-- | lib/getOptions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getOptions.js b/lib/getOptions.js index 7ff73d7..0151821 100644 --- a/lib/getOptions.js +++ b/lib/getOptions.js @@ -18,7 +18,7 @@ var getBaseOptions = function(cb){ if (process.env.TRAVIS){ options.service_name = 'travis-ci'; options.service_job_id = process.env.TRAVIS_JOB_ID; - git_commit = process.env.TRAVIS_COMMIT; + git_commit = 'HEAD'; git_branch = process.env.TRAVIS_BRANCH; } |
