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: services:
- docker - docker
- ntp - ntp
- xvfb
addons: addons:
chrome: stable chrome: stable
apt: apt:
sources: sources:
- google-chrome - google-chrome
packages: packages:
- xvfb
- libgif-dev - libgif-dev
- google-chrome-stable - google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script: script:
- "./scripts/authelia-scripts travis" - "./scripts/authelia-scripts travis"
after_success: after_success: