Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
- don't override commit for travis builds
  • Loading branch information
gabrielcsapo committed Oct 28, 2017
1 parent 039f2fc commit c2d5337
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 1.2.0 (10/27/2017)

- don't override commit for travis builds

# 1.1.9 (10/27/2017)

- fixes environment overrides for CI
- fixes environment overrides for CI

# 1.1.8 (10/27/2017)

Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lib/ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = function() {
options.service_name = 'travis-ci';
options.service_job_id = process.env.TRAVIS_JOB_ID;
options.service_pull_request = process.env.TRAVIS_PULL_REQUEST;
options.commit = 'HEAD';
options.message = process.env.TRAVIS_COMMIT_MESSAGE;
options.branch = process.env.TRAVIS_BRANCH || process.env.TRAVIS_PULL_REQUEST_BRANCH || process.env.TRAVIS_TAG;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcov-server",
"version": "1.1.9",
"version": "1.2.0",
"description": "🎯 A simple lcov server & cli parser",
"main": "index.js",
"homepage": "https://github.com/gabrielcsapo/lcov-server#readme",
Expand Down

0 comments on commit c2d5337

Please sign in to comment.