From ecae3d47a7c1a66adf43163b67340aaae49f6d3b Mon Sep 17 00:00:00 2001 From: slackersoft Date: Sat, 11 Oct 2014 15:04:04 -0700 Subject: [PATCH] Use the jasmine-npm tarball, since that works on travis [#80505862] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e88bac4e..0b25dc13 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "grunt-contrib-compress": "~0.5.2", "shelljs": "~0.1.4", "glob": "~3.2.9", - "jasmine": "pivotal/jasmine", + "jasmine": "https://github.com/pivotal/jasmine-npm/archive/master.tar.gz", "load-grunt-tasks": "^0.4.0" } }