mirror of
https://github.com/quantum5/2048.git
synced 2025-04-24 12:32:03 -04:00
Remove custom xvfb logic
This commit is contained in:
parent
0fa210e980
commit
d1dd632afd
|
@ -24,9 +24,6 @@ install:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
before_script:
|
before_script:
|
||||||
- export DISPLAY=:99.0
|
|
||||||
- sh -e /etc/init.d/xvfb start
|
|
||||||
- sleep 3
|
|
||||||
- fluxbox &
|
- fluxbox &
|
||||||
- sleep 3
|
- sleep 3
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue