sudo: required

language:
  - node_js

node_js:
  - stable

install:
  - npm install -g gulp-cli
  - npm install
scripts:
  - npm run test
