[Pkg-javascript-commits] [node-coveralls] 05/332: cleaned oput default travis job id.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit 9a9995e861d691769fc2925409ca8b86c66cf706
Author: cainus <gregg at caines.ca>
Date: Sat Mar 23 09:10:07 2013 -0700
cleaned oput default travis job id.
---
bin/coveralls.js | 2 +-
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"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list