Skip to content

Commit

Permalink
Try upgrading Phantom
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ScottFreeCode committed May 19, 2016
1 parent 7a9c064 commit a895e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a895e63

Please sign in to comment.