aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojta Jina2013-11-21 12:12:23 -0800
committerVojta Jina2013-11-21 12:41:48 -0800
commit0a3481e23affe690295fc0bb26cb6597ed56155d (patch)
treea478c8fb6c894fc6fd74f8d10e92b842f8e54ba6
parente33c3651440b81b8a1b2050e380c55732140d575 (diff)
downloadangular.js-0a3481e23affe690295fc0bb26cb6597ed56155d.tar.bz2
chore: use temporary version of grunt-jasmine-node
This should be reverted once https://github.com/jasmine-contrib/grunt-jasmine-node/pull/33 gets merged in the upstream repo. It fixes the problem where Grunt does not fail the build, even though there are failures. See https://travis-ci.org/angular/angular.js/builds/14329011#L2366
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 401dfe95..1f1d9351 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"yaml-js": "~0.0.8",
"marked": "0.2.9",
"rewire": "1.1.3",
- "grunt-jasmine-node": "~0.1.0",
+ "grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code",
"grunt-parallel": "~0.3.1",
"grunt-ddescribe-iit": "~0.0.1",
"grunt-merge-conflict": "~0.0.1",