language: node_js

node_js:
    - "iojs"

before_install:
    - npm install -g gulp

script:
    - gulp test
