
language: node_js
branches:
  only:
    - master
    - development
node_js:
   - "iojs"
   - "0.12"
   - "0.11"
   - "0.10"
   - "4"
   - "5"
