Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit d47c828

Browse files
committed
Fixed the build
1 parent e5546d5 commit d47c828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ addons:
4545
- libxcb-render0-dev
4646
- libxcb-image0-dev
4747
- libxcb-icccm4-dev
48+
- libxcb-render-util0-dev
4849
install:
4950
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then py -m pip install -r requirements.txt; fi
5051
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export DISPLAY=:99.0; /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX +render -noreset;sleep 3;pip3 install -r requirements.txt; fi

0 commit comments

Comments
 (0)