language: node_js

# test on two node.js versions: 0.8 and 0.10
node_js:
  - 0.8
  - 0.10
  