Skip to content

Commit

Permalink
Merge pull request #127 from node-xmpp/4.0
Browse files Browse the repository at this point in the history
make travis run with Node.js 4.0
  • Loading branch information
sonnyp committed Sep 9, 2015
2 parents 4963b95 + b3f048c commit 58beb44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 58beb44

Please sign in to comment.