1
0
Fork 0
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:
Jon Leighton 2011-10-28 00:13:47 +01:00
parent 0a235043a1
commit 67e35bb905

View file

@ -1,2 +1,5 @@
before_script:
- "sudo bash ci/install_phantomjs"
- "sudo apt-get install xvfb -y"
- "Xvfb :0 &"
env: DISPLAY=:0