Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 548a674

Browse files
authored
Update coveralls_uploader.js
1 parent 482d9d7 commit 548a674

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis/coveralls_uploader.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ var fs = require('fs');
22
var request = require('request');
33
const md5File = require('md5-file')
44

5-
var repo_token = process.env.COVERALLS_REPO_TOKEN;
6-
process.stdout.write("token");
7-
process.stdout.write(process.env.COVERALLS_REPO_TOKEN);
5+
//var repo_token = process.env.COVERALLS_REPO_TOKEN;
6+
//process.stdout.write("token" + process.env.COVERALLS_REPO_TOKEN);
87

98
if (process.env.COVERALLS_REPO_TOKEN) {
109

@@ -41,4 +40,4 @@ if (process.env.COVERALLS_REPO_TOKEN) {
4140
}
4241
else {
4342
throw "COVERALLS_REPO_TOKEN variable is not defined";
44-
}
43+
}

0 commit comments

Comments
 (0)