From 50b3b88c5808f0539014cac0725f2114c4fd7932 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 10 Dec 2013 14:50:44 +0200 Subject: [PATCH] Fixing Travis Stall --- test/karma/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/karma/karma.conf.js b/test/karma/karma.conf.js index 2f6fe4f531..5e21e453bf 100644 --- a/test/karma/karma.conf.js +++ b/test/karma/karma.conf.js @@ -95,6 +95,6 @@ module.exports = function(config) { // Continuous Integration mode // if true, it capture browsers, run tests and exit - singleRun: false + singleRun: true }); }; \ No newline at end of file