aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorVojta Jina2013-07-01 16:21:56 -0700
committerVojta Jina2013-07-02 13:58:52 -0700
commit2c2adbcab54d3504f1ae9c91b761c2a18a5d8468 (patch)
treebe6495fd2177a8e458a68ead12bfda173baae51a /package.json
parent6e1b64176f91ef6049cd03dc666554b7e04a9000 (diff)
downloadangular.js-2c2adbcab54d3504f1ae9c91b761c2a18a5d8468.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 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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": [
{