language: node_js

notifications:
  email:
    - eward.song@gmail.com

node_js:
  - 0.12

install:
  - npm install

script:
  - make tests
