mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
chore(travis): log used ports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user