language: node_js

before_script:
  - npm install -g gulp

node_js:
  - 0.10
  - 0.11
  - 4.0
  - 4.1
  - iojs

script:
  - npm test
