Skip to content

Commit

Permalink
Try headless Chrome in CI to fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenv committed May 14, 2018
1 parent e40c890 commit e7b34ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,12 @@ module.exports = function (grunt) {
ci: {
options: {
args: {
browser: "chrome"
capabilities: {
browserName: "chrome",
chromeOptions: {
args: ["headless", "window-size=1920,1080"]
}
}
}
}
}
Expand Down

0 comments on commit e7b34ed

Please sign in to comment.