Add libgnutls28-dev for Travis builds

This commit is contained in:
grossmj 2019-08-16 11:38:56 +08:00
parent eb8074843d
commit b576aa93af

View File

@ -6,6 +6,7 @@ install:
addons: addons:
apt: apt:
packages: packages:
- libgnutls28-dev
- imagemagick - imagemagick
script: script:
- python check.py - python check.py