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. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 94d8da82..3b39cea0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "yaml-js": "0.0.5", "showdown": "0.3.1", "rewire": "1.1.3", - "grunt-contrib-jasmine-node": "~0.1.1" + "grunt-contrib-jasmine-node": "~0.1.1", + "grunt-parallel": "~0.2.0" }, "licenses": [ { -- cgit v1.2.3