[Pkg-javascript-commits] [node-expat] 338/371: make travis run with Node.js 4.0

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit b3f048c7c2915019ad3a9ee187dd8c397388d398
Author: Sonny Piers <sonny at fastmail.net>
Date:   Thu Sep 10 00:30:54 2015 +0200

    make travis run with Node.js 4.0
---
 .travis.yml  | 13 +++++++------
 package.json |  4 ++--
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d4d2bfa..4ea46d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,12 +6,13 @@ env:
   - CXX="g++-4.8"
 
 node_js:
-  - "0.8"
-  - "0.10"
-  - "0.12"
-  - "iojs"
-  - "iojs-v1"
-  - "iojs-v2"
+  - '0.8'
+  - '0.10'
+  - '0.12'
+  - 'iojs'
+  - 'iojs-v1'
+  - 'iojs-v2'
+  - '4.0'
 
 addons:
   apt:
diff --git a/package.json b/package.json
index fb27e7f..da92c40 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,8 @@
   "dependencies": {
     "bindings": "^1.2.1",
     "debug": "^2.2.0",
-    "iconv": "^2.1.5",
-    "nan": "^2.0.8"
+    "iconv": "^2.1.10",
+    "nan": "^2.0.9"
   },
   "devDependencies": {
     "vows": "^0.8.1"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list