Skip to content

Commit

Permalink
test GD again
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Jul 26, 2012
1 parent 5137c93 commit bb34a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,8 +7,9 @@ perl:

install:
#This should solve problem installing Perl's DB_File & GraphViz
- "sudo apt-get install libdb-dev graphviz 2>&1 | tail -n 4"
- "sudo apt-get install libdb-dev graphviz libgd2-xpm-dev 2>&1 | tail -n 4"
#These are recommended or required Perl libraries:
- "cpanm --notest GD 2>&1 | tail -n 1"
- "cpanm --notest HTML::TableExtract DBI Data::Stag DB_File 2>&1 | tail -n 1"
- "cpanm --notest DBD::mysql DBD::Pg DBD::SQLite 2>&1 | tail -n 1"
- "cpanm --notest Algorithm::Munkres Array::Compare Convert::Binary::C Error 2>&1 | tail -n 1"
Expand Down

0 comments on commit bb34a39

Please sign in to comment.