summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 01:04:54 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 01:04:54 +0200
commitdc44592a17feab01bbdba95367fdb27294c8e890 (patch)
tree806739d23b8323d48e6000777fe3f4603eaf6fee /js/Gruntfile.js
parentbf52ed4a0aedaf440733147e5e7fb086d16e9841 (diff)
remove chrome from ci since it fails
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 07ccd516b..b45385dc5 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -133,7 +133,7 @@ module.exports = function (grunt) {
},
continuous: {
configFile: 'karma.conf.js',
- browsers: ['Firefox', 'Chrome'],
+ browsers: ['Firefox'],
singleRun: true,
}
},