File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let httpClient = {};
6
6
// use proxy over Travis
7
7
if ( process . env . TRAVIS ) {
8
8
httpClient = {
9
- httpsAgent : new HttpsProxyAgent ( process . env . HTTP_PROXY )
9
+ httpsAgent : new HttpsProxyAgent ( process . env . PROXY )
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let httpClient = {};
6
6
// use proxy over Travis
7
7
if ( process . env . TRAVIS ) {
8
8
httpClient = {
9
- httpsAgent : new HttpsProxyAgent ( process . env . HTTP_PROXY )
9
+ httpsAgent : new HttpsProxyAgent ( process . env . PROXY )
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let httpClient = {};
6
6
// use proxy over Travis
7
7
if ( process . env . TRAVIS ) {
8
8
httpClient = {
9
- httpsAgent : new HttpsProxyAgent ( process . env . HTTP_PROXY )
9
+ httpsAgent : new HttpsProxyAgent ( process . env . PROXY )
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let httpClient = {};
6
6
// use proxy over Travis
7
7
if ( process . env . TRAVIS ) {
8
8
httpClient = {
9
- httpsAgent : new HttpsProxyAgent ( process . env . HTTP_PROXY )
9
+ httpsAgent : new HttpsProxyAgent ( process . env . PROXY )
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let httpClient = {};
6
6
// use proxy over Travis
7
7
if ( process . env . TRAVIS ) {
8
8
httpClient = {
9
- httpsAgent : new HttpsProxyAgent ( process . env . HTTP_PROXY )
9
+ httpsAgent : new HttpsProxyAgent ( process . env . PROXY )
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let httpClient = {};
6
6
// use proxy over Travis
7
7
if ( process . env . TRAVIS ) {
8
8
httpClient = {
9
- httpsAgent : new HttpsProxyAgent ( process . env . HTTP_PROXY )
9
+ httpsAgent : new HttpsProxyAgent ( process . env . PROXY )
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let httpClient = {};
6
6
// use proxy over Travis
7
7
if ( process . env . TRAVIS ) {
8
8
httpClient = {
9
- httpsAgent : new HttpsProxyAgent ( process . env . HTTP_PROXY )
9
+ httpsAgent : new HttpsProxyAgent ( process . env . PROXY )
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let httpClient = {};
6
6
// use proxy over Travis
7
7
if ( process . env . TRAVIS ) {
8
8
httpClient = {
9
- httpsAgent : new HttpsProxyAgent ( process . env . HTTP_PROXY )
9
+ httpsAgent : new HttpsProxyAgent ( process . env . PROXY )
10
10
}
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments