From a895e6321745c9bedaa870e10abe6efbc433964a Mon Sep 17 00:00:00 2001 From: ScottFreeCode Date: Thu, 19 May 2016 18:10:15 -0400 Subject: [PATCH] Try upgrading Phantom Looks like we were on an old version initially because of mocha-phantomjs, but we're using Karma now and that appears to work with newer ones. I'm also hoping using 2.x.x will mean that the version Travis has installed will allow us to sidestep 403 errors from PhantomJS's hosting: https://travis-ci.org/mochajs/mocha/jobs/131535241 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b91ee01a5..7297e20283 100644 --- a/package.json +++ b/package.json @@ -294,7 +294,7 @@ "karma-phantomjs-launcher": "^0.2.3", "karma-sauce-launcher": "^1.0.0", "karma-should": "^1.0.0", - "phantomjs": "1.9.8", + "phantomjs": "2.0.0", "should": "~8.0.0", "through2": "~0.6.5", "watchify": "^3.7.0"