Skip to content

Commit 701c7a7

Browse files
author
David Tang
committed
travis
1 parent 96c4ea9 commit 701c7a7

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

testem.js

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ module.exports = {
88
'Chrome'
99
],
1010
browser_args: {
11-
Chrome: {
12-
mode: 'ci',
13-
args: [
14-
'--disable-gpu',
15-
'--headless',
16-
'--remote-debugging-port=0',
17-
'--window-size=1440,900'
18-
]
19-
}
11+
Chrome: [
12+
'--disable-gpu',
13+
'--headless',
14+
'--remote-debugging-port=9222',
15+
'--window-size=1440,900'
16+
]
2017
}
2118
};

0 commit comments

Comments
 (0)