Skip to content

Commit aeadf7f

Browse files
committed
Update Gruntfile.coffee
1 parent 443b3e2 commit aeadf7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ module.exports = (grunt) ->
364364
# See https://saucelabs.com/docs/additional-config
365365
tunnelArgs: [
366366
'-v',
367-
'--logfile', 'saucelabs-tunnel.log'
367+
'--logfile', 'saucelabs-tunnel.log',
368+
'--tunnel-domains', 'localhost,travis.dev'
368369
# '--direct-domains', 'google.com'
369370
]
370371

0 commit comments

Comments
 (0)