language: node_js
install:
  - npm install -g bower gulp
  - npm install
  - bower install
node_js:
  - "12"
  - "10"
