language: node_js
node_js:
  - "6"
  - "6.1"
  - "7.2"

install:
  - npm install

before_script:
  - npm install -g gulp
script: gulp test
