Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482d9d7 commit 548a674Copy full SHA for 548a674
1 file changed
.travis/coveralls_uploader.js
@@ -2,9 +2,8 @@ var fs = require('fs');
2
var request = require('request');
3
const md5File = require('md5-file')
4
5
-var repo_token = process.env.COVERALLS_REPO_TOKEN;
6
-process.stdout.write("token");
7
-process.stdout.write(process.env.COVERALLS_REPO_TOKEN);
+//var repo_token = process.env.COVERALLS_REPO_TOKEN;
+//process.stdout.write("token" + process.env.COVERALLS_REPO_TOKEN);
8
9
if (process.env.COVERALLS_REPO_TOKEN) {
10
@@ -41,4 +40,4 @@ if (process.env.COVERALLS_REPO_TOKEN) {
41
40
}
42
else {
43
throw "COVERALLS_REPO_TOKEN variable is not defined";
44
-}
+}
0 commit comments