language: node_js
node_js:
  - "10.15.3"
before_install:
  - "npm install -g npm"
jobs:
  include:
    - stage: test
      script: npm run test
