You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2016/04/11 19:16:00 UTC

fauxton commit: updated refs/heads/master to 6dbf2ba

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 429a6bd29 -> 6dbf2bafe


Upgrade PhantomJS to 2.x to fix Bitbucket errors

Most of our tests currently fail because the Bitbucket CDN, source
for PhantomJS errors. This upgrades the Phantom package to the
latest version where the issue got fixed in:
https://github.com/Medium/phantomjs/issues/161

PR: #696
PR-URL: https://github.com/apache/couchdb-fauxton/pull/696
Reviewed-By: Benjamin Keen <be...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/6dbf2baf
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/6dbf2baf
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/6dbf2baf

Branch: refs/heads/master
Commit: 6dbf2bafe348125b581a0088c50e779f53b68d34
Parents: 429a6bd
Author: Robert Kowalski <ro...@apache.org>
Authored: Mon Apr 11 16:44:24 2016 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Mon Apr 11 19:15:55 2016 +0200

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/6dbf2baf/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d95637f..7f933ec 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
     "mocha": "^2.4.5",
     "mocha-phantomjs": "~4.0.2",
     "nightwatch": "~0.8.18",
-    "phantomjs": "^1.9.1",
+    "phantomjs": "^2.0.1",
     "react-addons-test-utils": "^0.14.7",
     "sinon": "git+https://github.com/sinonjs/sinon.git",
     "url-loader": "^0.5.7"