Install xvfb in travis container.

pull/412/head
Clement Michaud 2019-10-19 17:46:10 +02:00 committed by Clément Michaud
parent dd6823f227
commit cb18a99630
1 changed files with 2 additions and 5 deletions

View File

@ -5,19 +5,16 @@ node_js:
services:
- docker
- ntp
- xvfb
addons:
chrome: stable
apt:
sources:
- google-chrome
packages:
- xvfb
- libgif-dev
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- "./scripts/authelia-scripts travis"
after_success: