diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 431e87557..655d09561 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -220,7 +220,13 @@ module.exports = function( grunt ) { }, main: { browsers: [ "ChromeHeadless" ], - singleRun: true + singleRun: true, + + // Temporary workaround. + // Karma can't access the binaries on travis + // without root access. + // See https://github.com/travis-ci/travis-ci/issues/8836 + sudo: "required" }, chrome: { browsers: [ "Chrome" ] |