language: node_js
sudo: false
before_install:
  - npm install -g gulp
node_js:
  - "node"
