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

Commit e5546d5

Browse files
committed
Fixed the build
1 parent 0522316 commit e5546d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ addons:
4040
- libxkbcommon-x11-0
4141
- libxcb-keysyms1-dev
4242
- libx11-xcb-dev
43-
- herbstluftwm
43+
- libxcb-xinerama0-dev
44+
- libxcb-randr0-dev
45+
- libxcb-render0-dev
46+
- libxcb-image0-dev
47+
- libxcb-icccm4-dev
4448
install:
4549
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then py -m pip install -r requirements.txt; fi
4650
- 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)