mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
We need Xvfb on the CI also
This commit is contained in:
parent
0a235043a1
commit
67e35bb905
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
before_script:
|
||||
- "sudo bash ci/install_phantomjs"
|
||||
- "sudo apt-get install xvfb -y"
|
||||
- "Xvfb :0 &"
|
||||
env: DISPLAY=:0
|
||||
|
|
Loading…
Add table
Reference in a new issue