language: node_js
node_js:
  - "node"
  - "10"
install:
  - npm install
script:
  - npm run build