mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
Try manually installing libgl1-mesa-dev on Travis
This commit is contained in:
parent
3c0d352c89
commit
334997de14
@ -10,6 +10,9 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
sudo: false
|
sudo: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages: libgl1-mesa-dev
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user