language: node_js
node_js:
  - "0.11"
  - "0.10"

# Branch white list
branches:
  only:
    - master

notifications:
  email:
    - max@winlab.rutgers.edu
