[fix-build] add stable version chrome in travis conf (#2819)

* chrome stable
This commit is contained in:
Eugenio Romano
2018-01-10 14:53:47 +00:00
committed by GitHub
parent 344725d6b5
commit 932a23d449
4 changed files with 17 additions and 3 deletions

View File

@@ -76,6 +76,18 @@ module.exports = function (config) {
browsers: ['Chrome'],
customLaunchers: {
ChromeHeadless: {
base: 'Chrome',
flags: [
'--no-sandbox',
'--headless',
'--disable-gpu',
'--remote-debugging-port=9222'
]
}
},
// Karma plugins loaded
plugins: [
require('../node_modules/karma-jasmine'),