sudo: false
language: node_js
branches:
  only:
    - master
node_js:
  - "node"
  - "4.1"
  - "4.0"
  - "0.12"
  - "iojs"