mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(travis): log used ports
This commit is contained in:
parent
84187b6d94
commit
267fcc999c
1 changed files with 1 additions and 2 deletions
|
|
@ -25,9 +25,8 @@ var tunnel = new BrowserStackTunnel({
|
||||||
hosts: hosts
|
hosts: hosts
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log('Starting tunnel on ports', PORTS.join(', '));
|
||||||
tunnel.start(function(error) {
|
tunnel.start(function(error) {
|
||||||
console.log('** callback **')
|
|
||||||
if (error) {
|
if (error) {
|
||||||
console.error('Can not establish the tunnel', error);
|
console.error('Can not establish the tunnel', error);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue