Skip to content

Commit

Permalink
less internet usage on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Dec 21, 2017
1 parent 67a205e commit db1dece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ log.bright ('\nTESTING', { exchange: exchangeId, symbol: exchangeSymbol || 'all'
let proxies = [
'',
'https://cors-anywhere.herokuapp.com/',
'https://crossorigin.me/',
// 'https://crossorigin.me/',
]

/* ------------------------------------------------------------------------ */
Expand Down
2 changes: 1 addition & 1 deletion php/test/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function test_exchange ($exchange) {
$proxies = array (
'',
'https://cors-anywhere.herokuapp.com/',
'https://crossorigin.me/',
// 'https://crossorigin.me/',
);

if (count ($argv) > 1) {
Expand Down
2 changes: 1 addition & 1 deletion python/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def try_all_proxies(exchange, proxies):
proxies = [
'',
'https://cors-anywhere.herokuapp.com/',
'https://crossorigin.me/',
# 'https://crossorigin.me/',
]

# prefer local testing keys to global keys
Expand Down

0 comments on commit db1dece

Please sign in to comment.