Commit 3dd3169a1c8e25fed738a5e7beb8b3d352ef0546

Authored by Jay Berkenbilt
1 parent 3334a89d

Travis: adding missing dependency

I don't use the travis build since I get more functionality on Azure
pipelines. I should remove it.
Showing 1 changed file with 1 additions and 1 deletions
.travis.yml
@@ -5,7 +5,7 @@ dist: xenial @@ -5,7 +5,7 @@ dist: xenial
5 5
6 install: 6 install:
7 - sudo apt-get update -qq 7 - sudo apt-get update -qq
8 - - sudo apt-get install -qq docbook-xsl fop xsltproc less inkscape 8 + - sudo apt-get install -qq libgnutls28-dev docbook-xsl fop xsltproc less inkscape
9 9
10 script: 10 script:
11 - appimage/build-appimage 11 - appimage/build-appimage