language: node_js
node_js:
    - '4.1'
    - '4.0'
install:
    - npm install
notifications:
    email: false
sudo: false
