language: node_js
node_js:
  - 12
cache:
  directories:
    - node_modules
notifications:
  email: false
before_install:
  - npm i -g npm
before_script:
  - npm prune
script:
  - npm run test:single
after_success:
  - npx semantic-release
