language: node_js

node_js:
  - 0.6
  - 0.8
  - 0.9

matrix:
  allow_failures:
    - node_js: 0.9

branches:
  except:
    - 0.1
    - 0.2
