diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-02-02 22:36:09 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-02-02 22:36:09 +0000 |
commit | 469435f4697c2797fa16a8404b5dad4722947b11 (patch) | |
tree | 5bf380429fd8ea7142bfcd752aaffad61913baf5 | |
parent | 31e3a4a4508d27b3962cc686f6042a40279dcba8 (diff) | |
download | imv-469435f4697c2797fa16a8404b5dad4722947b11.tar.gz |
Add libtiff to travis.yml
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ffbf7e5..a35bfcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ addons: - libpng-dev - librsvg2-dev - libsdl2-ttf-dev + - libtiff-dev install: # Note: travis concatinates lines belonging to the same item |