mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
5 lines
131 B
YAML
5 lines
131 B
YAML
before_script:
|
|
- "sudo bash ci/install_phantomjs > /dev/null"
|
|
- "sudo apt-get install xvfb -y"
|
|
- "Xvfb :0 &"
|
|
env: DISPLAY=:0
|