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 548a674 commit 49711c3Copy full SHA for 49711c3
1 file changed
.travis/coveralls_uploader.js
@@ -5,7 +5,7 @@ const md5File = require('md5-file')
5
//var repo_token = process.env.COVERALLS_REPO_TOKEN;
6
//process.stdout.write("token" + process.env.COVERALLS_REPO_TOKEN);
7
8
-if (process.env.COVERALLS_REPO_TOKEN) {
+//if (process.env.COVERALLS_REPO_TOKEN) {
9
10
11
fs.readFile('../tests/coverage.json',function (err,data) {
@@ -37,7 +37,7 @@ if (process.env.COVERALLS_REPO_TOKEN) {
37
38
39
});
40
-}
41
-else {
42
- throw "COVERALLS_REPO_TOKEN variable is not defined";
43
+//}
+//else {
+// throw "COVERALLS_REPO_TOKEN variable is not defined";
0 commit comments