sudo: true dist: trusty language: node_js branches: only: - master notifications: email: false node_js: - '9.10.1' addons: apt: sources: - google-chrome packages: - google-chrome-stable - google-chrome-beta before_install: - npm install -g npm@6.1.0 - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start install: - npm install before_script: - npm prune script: - npm run test after_success: - npm run semantic-release