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