language: node_js
node_js:
  - "node"
before_script:
  - "npm install gulp -g"
install:
  - npm install
script:
  - gulp test
