Skip to content

Commit

Permalink
use dist:focal and install libglvnd-dev to try and fix missing libGLX…
Browse files Browse the repository at this point in the history
….so.0
  • Loading branch information
jborbely committed Jan 14, 2021
1 parent 9bf747f commit fb872b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: xenial # https://docs.travis-ci.com/user/reference/linux
dist: focal # https://docs.travis-ci.com/user/reference/linux
language: python
sudo: required

Expand Down Expand Up @@ -62,8 +62,8 @@ before_install:
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo apt update
sudo apt install xvfb herbstluftwm libdbus-1-3 libxkbcommon-x11-0 -y
sudo apt install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 -y
sudo apt install -y xvfb herbstluftwm libdbus-1-3 libxkbcommon-x11-0 libglvnd-dev
sudo apt install -y libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
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
Expand Down

0 comments on commit fb872b4

Please sign in to comment.