Try manually installing libgl1-mesa-dev on Travis

This commit is contained in:
Kovid Goyal 2019-07-30 19:50:31 +05:30
parent 3c0d352c89
commit 334997de14
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -10,6 +10,9 @@ matrix:
include:
- os: linux
sudo: false
addons:
apt:
packages: libgl1-mesa-dev
- os: osx
before_install: