language: node_js
cache:
  directories:
    - ~/.npm
notifications:
  email: false
node_js:
  - '10'
branches:
  except:
    - /^v\d+\.\d+\.\d+$/
