language: node_js
sudo: false
node_js:
  - "10"
before_script:
  - npm install -g mocha
branches:
  - release
  - test