aboutsummaryrefslogtreecommitdiffstats
path: root/karma-shared.conf.js
diff options
context:
space:
mode:
authorVojta Jina2013-07-01 16:21:56 -0700
committerVojta Jina2013-07-02 15:12:03 -0700
commit52519d45b94d43c6dcd60d0845b1914edf5c743c (patch)
tree38a8cc922407f2e51660867c4ad9d3d2ed10b489 /karma-shared.conf.js
parent78728df09907e7f63a50fe5ecbb2673a74556a5b (diff)
downloadangular.js-52519d45b94d43c6dcd60d0845b1914edf5c743c.tar.bz2
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.
Diffstat (limited to 'karma-shared.conf.js')
-rw-r--r--karma-shared.conf.js1
1 files changed, 1 insertions, 0 deletions
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: {