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

Skip to content

Commit 49711c3

Browse files
authored
Update coveralls_uploader.js
1 parent 548a674 commit 49711c3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis/coveralls_uploader.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const md5File = require('md5-file')
55
//var repo_token = process.env.COVERALLS_REPO_TOKEN;
66
//process.stdout.write("token" + process.env.COVERALLS_REPO_TOKEN);
77

8-
if (process.env.COVERALLS_REPO_TOKEN) {
8+
//if (process.env.COVERALLS_REPO_TOKEN) {
99

1010

1111
fs.readFile('../tests/coverage.json',function (err,data) {
@@ -37,7 +37,7 @@ if (process.env.COVERALLS_REPO_TOKEN) {
3737

3838

3939
});
40-
}
41-
else {
42-
throw "COVERALLS_REPO_TOKEN variable is not defined";
43-
}
40+
//}
41+
//else {
42+
// throw "COVERALLS_REPO_TOKEN variable is not defined";
43+
//}

0 commit comments

Comments
 (0)