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/02/05 01:31:50 UTC

couchdb-nmo git commit: pin Wreck to 6

Repository: couchdb-nmo
Updated Branches:
  refs/heads/master a3b4c21ef -> 65346ad37


pin Wreck to 6

pin Wreck to version 6 until someone migrates to request or node
0.10 and 0.12 are deprecated.

add all currently maintained and stable version of node back to
the testmatrix

robertkowalski/nmo#41

PR: #22
PR-URL: https://github.com/apache/couchdb-nmo/pull/22
Reviewed-By: garren smith <ga...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/commit/65346ad3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/tree/65346ad3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/diff/65346ad3

Branch: refs/heads/master
Commit: 65346ad37c784905de9bfdd1ddd31c5aa4b60854
Parents: a3b4c21
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Thu Jan 14 02:57:00 2016 +0100
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Fri Feb 5 00:31:40 2016 +0000

----------------------------------------------------------------------
 .travis.yml  | 5 ++++-
 package.json | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-nmo/blob/65346ad3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 72628d3..3b9e18d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
 language: node_js
 node_js:
-  - "5.1.0"
+  - "5"
+  - "4"
+  - "0.10"
+  - "0.12"

http://git-wip-us.apache.org/repos/asf/couchdb-nmo/blob/65346ad3/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d221bcf..9217494 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
     "osenv": "~0.1.0",
     "prettyjson": "^1.1.3",
     "valid-url": "~1.0.9",
-    "wreck": "~7.0.0",
+    "wreck": "~6.0.0",
     "xtend": "~4.0.0"
   },
   "devDependencies": {