Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: karma.conf.js

Issue 1100653002: Use travis's version of chromium (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .travis.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: karma.conf.js
diff --git a/karma.conf.js b/karma.conf.js
index fa71a87a1b78128616d2c8585c754a8afc9f5d44..a63c7ca2515e80415c0789684ece703346c055ec 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -71,6 +71,11 @@ module.exports = function(config) {
base: 'ChromeCanary',
flags: ['--js-flags="--harmony-arrow-functions --harmony-classes --harmony-computed-property-names"']
},
+
+ chrome_travis: {
+ base: 'Chrome',
+ flags: ['--no-sandbox --js-flags="--harmony-arrow-functions --harmony-classes --harmony-computed-property-names"']
+ },
},
browsers: ['chrome_harmony'],
« no previous file with comments | « .travis.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698