aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorVojta Jina2013-08-20 14:43:15 -0700
committerVojta Jina2013-08-23 16:49:10 -0700
commit7909ebedc2a098f041dd2d3835e7297392bfdb7d (patch)
tree92d16a01e9df2d437bbfc79ccc38099936833fbe /package.json
parent1d06a943857719ef533ca374c05aa5e02089a4d9 (diff)
downloadangular.js-7909ebedc2a098f041dd2d3835e7297392bfdb7d.tar.bz2
chore: run more browsers on Travis (IE8,IE9,IE10,Safari,FF)
Also instead of running everything in parallel, there are only two parallel tasks: - e2e tests running in the background (only on Chrome) - all the unit tests running sequentially
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f49fb738..1d43cb99 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"marked": "~0.2.9",
"rewire": "1.1.3",
"grunt-contrib-jasmine-node": "~0.1.1",
- "grunt-parallel": "~0.3.0",
+ "grunt-parallel": "git://github.com/vojtajina/grunt-parallel.git#streaming-per-task",
"grunt-ddescribe-iit": "~0.0.1",
"grunt-merge-conflict": "~0.0.1"
},