1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

Install xvfb in travis container.

This commit is contained in:
Clement Michaud 2019-10-19 17:46:10 +02:00 committed by Clément Michaud
parent dd6823f227
commit cb18a99630

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: