chore(travis): log used ports

This commit is contained in:
Vojta Jina
2013-12-03 10:58:54 -08:00
parent 84187b6d94
commit 267fcc999c

View File

@@ -25,9 +25,8 @@ var tunnel = new BrowserStackTunnel({
hosts: hosts
});
console.log('Starting tunnel on ports', PORTS.join(', '));
tunnel.start(function(error) {
console.log('** callback **')
if (error) {
console.error('Can not establish the tunnel', error);
} else {