sudo: false
language: node_js
node_js:
  - "12"
  - "10"
  - "8"
before_install:
  - npm install -g gulp
