mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: temporarily require sudo access for karma:main on travis
- This should fix the broken travis build on Node 8 - See https://github.com/travis-ci/travis-ci/issues/8836
This commit is contained in:
parent
14e5143b83
commit
46ea7a3f0e
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user