From: Dagfinn Ilmari Mannsåker Date: Fri, 25 Jul 2014 14:19:34 +0000 (+0100) Subject: Install Graph::Directed and GD to test Producer::Diagram X-Git-Tag: v0.11019~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=272022802d06708e90cda490032f0de2b57033ed;p=dbsrgits%2FSQL-Translator.git Install Graph::Directed and GD to test Producer::Diagram --- diff --git a/.travis.yml b/.travis.yml index 18b6b62..0d0e189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - PERL_MM_USE_DEFAULT=1 DBICTEST_PG_DSN=dbi:Pg:dbname=sqlt_test DBICTEST_PG_USER=postgres install: - - cpanm --quiet --notest Devel::Cover::Report::Coveralls Module::Install::ReadmeFromPod Module::Install::AuthorTests DBI Package::Variant Parse::RecDescent XML::LibXML XML::Parser YAML Spreadsheet::ParseExcel Template DBD::Pg + - cpanm --quiet --notest Devel::Cover::Report::Coveralls Module::Install::ReadmeFromPod Module::Install::AuthorTests DBI Package::Variant Parse::RecDescent XML::LibXML XML::Parser YAML Spreadsheet::ParseExcel Template DBD::Pg Graph::Directed GD - perl Makefile.PL - cpanm --quiet --notest --installdeps .