language: node_js
node_js:
  - "0.11"
  - "0.12"
  - "iojs"

script: "npm run test-ci"
