language: node_js
node_js:
  - "0.10.0"
  - "0.8.0"
  - "0.6.0"
  - "0.4.0"

script: make test
