From: Erwin Janssen Date: Thu, 28 Apr 2016 12:27:47 +0000 (+0200) Subject: Added dependencies to .travis.yml X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~18^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=377db80d2e44b86caeef3438e8830a05b44e3d7f;p=graphviz Added dependencies to .travis.yml Various optional libraries where not present, resulting in multiple warnings. To mitigate this, the libraries where added to the .travis.yml file. --- diff --git a/.travis.yml b/.travis.yml index dfe188a65..57ff7e76f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,13 @@ sudo: false addons: apt: packages: - - libgd2-xpm-dev - ksh + - libgd2-xpm-dev + - tcl-dev + - libdevil-dev + - libxaw7-dev + - freeglut3-dev + script: - ./autogen.sh - ./configure