language: node_js
cache: yarn
sudo: false
node_js:
  - '7.5.0'
branches:
  except:
    - "/^v\\d+\\.\\d+\\.\\d+$/"
before_install:
  - export CHROME_BIN=chromium-browser
before_script:
  - npm prune
after_success:
  - npm run semantic-release
before_script:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start
notifications:
  email: false
