Merge pull request #4113 from jsaalfeld/fix_travis_headless_browser

Fix Headless Browser Start with Travis
This commit is contained in:
Sean 2019-01-15 13:31:10 +01:00 committed by GitHub
commit 460b3dcac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -82,8 +82,9 @@ matrix:
cache:
directories:
- node_modules
services:
- xvfb
before_install:
- sh -e /etc/init.d/xvfb start
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- npm install -g @angular/cli