Skip to content

Commit 30445c3

Browse files
committed
chore(travis): debug Karma/socket.io calls
1 parent d729fcf commit 30445c3

File tree

4 files changed

+1818
-782
lines changed

4 files changed

+1818
-782
lines changed

lib/grunt/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
browsers ? '--browsers=' + browsers : '',
3333
noColor ? '--no-colors' : '',
3434
port ? '--port=' + port : ''
35-
]);
35+
], {env: process.env});
3636
p.stdout.pipe(process.stdout);
3737
p.stderr.pipe(process.stderr);
3838
p.on('exit', function(code){

0 commit comments

Comments
 (0)