diff options
| author | cainus <[email protected]> | 2013-03-23 09:10:07 -0700 |
|---|---|---|
| committer | cainus <[email protected]> | 2013-03-23 09:10:07 -0700 |
| commit | 9a9995e861d691769fc2925409ca8b86c66cf706 (patch) | |
| tree | 5925a1fad7314897dc7dc8166e387affc778cbfd | |
| parent | a3dffb79d7d764aec3c2c005569117b097ff4367 (diff) | |
| download | node-coveralls-9a9995e861d691769fc2925409ca8b86c66cf706.tar.xz node-coveralls-9a9995e861d691769fc2925409ca8b86c66cf706.zip | |
cleaned oput default travis job id.
| -rw-r--r-- | bin/coveralls.js | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/coveralls.js b/bin/coveralls.js index 567c0ee..ddd1832 100644 --- a/bin/coveralls.js +++ b/bin/coveralls.js @@ -3,7 +3,7 @@ var http = require('http'); var request = require('request'); var FormData = require('form-data'); -var TRAVIS_JOB_ID = process.env.TRAVIS_JOB_ID || 5675956 || 'unknown'; +var TRAVIS_JOB_ID = process.env.TRAVIS_JOB_ID || 'unknown'; process.stdin.resume(); process.stdin.setEncoding('utf8'); diff --git a/package.json b/package.json index eed4bd8..8606ced 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "coveralls", "description" : "takes json-cov output into stdin and POSTs to coveralls.io", "keywords" : ["coverage", "coveralls"], - "version": "1.1.0", + "version": "1.1.1", "bugs": { "url": "https://github.com/cainus/node-coveralls/issues" }, |
