From 2c2adbcab54d3504f1ae9c91b761c2a18a5d8468 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Mon, 1 Jul 2013 16:21:56 -0700 Subject: chore(travis): speed up the build - parallelize the tasks - cache requests (e2e tests) This reduces the time from ~18min to ~12min. It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better. --- karma-shared.conf.js | 1 + 1 file changed, 1 insertion(+) (limited to 'karma-shared.conf.js') diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 3157d50f..81476708 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -5,6 +5,7 @@ module.exports = function(config) { logLevel: config.LOG_INFO, logColors: true, browsers: ['Chrome'], + runnerPort: 0, // config for Travis CI sauceLabs: { -- cgit v1.2.3