fix some yaml
[bioperl-live.git] / .travis.yml
blobc2a5a5e1498cb5fa01c500834f2c67431d434b14
1 language: perl
3 perl:
4   - "5.16"
5   - "5.14"
6   - "5.12"
7   - "5.10"
9 install:
10     #This should solve problem installing Perl's DB_File & GraphViz
11     - "sudo apt-get install libdb-dev graphviz 2>&1 | tail -n 4"
12     #These are recommended or required Perl libraries:
13     - "cpanm --notest HTML::TableExtract DBI Data::Stag DB_File 2>&1 | tail -n 1"
14     - "cpanm --notest DBD::mysql DBD::Pg DBD::SQLite 2>&1 | tail -n 1"
15     - "cpanm --notest Algorithm::Munkres Array::Compare Convert::Binary::C Error 2>&1 | tail -n 1"
16     - "cpanm --notest Graph SVG SVG::Graph GraphViz 2>&1 | tail -n 1"
17     - "cpanm --notest XML::DOM::XPath XML::Parser XML::Parser::PerlSAX 2>&1 | tail -n 1"
18     - "cpanm --notest XML::SAX XML::SAX::Writer XML::Simple XML::Twig XML::Writer 2>&1 | tail -n 1"
19     - "cpanm --notest PostScript::TextBlock Set::Scalar Sort::Naturally YAML | tail -n 1"
20     - "cpanm --notest Math::Random SOAP::Lite Spreadsheet::ParseExcel | tail -n 1"
21     #This installs BioPerl itself:
22      - "perl ./Build.PL --accept"
24 script:
25      - "./Build test"
27 # whitelist branches
28 branches:
29   only:
30     - travis
32  #TODO - send emails to bioperl-guts-l
33  notifications:
34    email: false