language: node_js
node_js:
  - "10.16.0"
install:
  - npm install
script:
  - npm test