Skip to content

Commit

Permalink
refactor: compatibility with node.js 0.12
Browse files Browse the repository at this point in the history
Various changes to support node 0.12. Updated some dependencies.

Socket.io has some issues with an outdated version of the `ws` package not building correctly on node 0.12 which is only in the master on git, so using that for now. Once they release to npm we can remove the pinned dependencies.
  • Loading branch information
andreialecu committed May 25, 2015
1 parent 7ed7610 commit 76db82e
Show file tree
Hide file tree
Showing 9 changed files with 369 additions and 127 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,7 +5,10 @@ cache:
sudo: false
services: mongodb
node_js:
- 0.12
- 0.11
- 0.10
- iojs

branches:
only:
Expand Down

0 comments on commit 76db82e

Please sign in to comment.