add libpng-dev to the dependencies for the travis build

This commit is contained in:
Fabian Greffrath 2019-01-23 09:01:03 +01:00
parent c4b93eb794
commit 3409f7a871

View file

@ -15,6 +15,7 @@ addons:
apt:
packages:
- cppcheck
- libpng-dev
- libsdl2-dev
- libsdl2-mixer-dev
- libsdl2-net-dev