language: node_js
before_install:
  - npm update -g npm
node_js:
  - "0.10"
  - "0.8"
