fix for bug mentioned in https://github.com/bioperl/bioperl-live/issues/200
[bioperl-run.git] / .travis.yml
blobf4ba8b6fa92683b5c29e96ed7664aeb726fe41dd
1 language: perl
2 perl:
3   #- "5.24"
4   - "5.20"
5   #- "5.18"
6   - "5.16"
7   #- "5.14"
9 sudo: false
10 env: PERL_CPANM_OPT="--notest --force --skip-satisfied"
12 addons:
13   apt:
14     packages:
15       - clustalw
16       - bedtools
17       - bwa
18       - ncbi-blast+
19       - ncbi-blast+-legacy
20       - muscle
21       - probcons
22       - hmmer
23       - mafft
24       - emboss
25       - samtools
26       - wise
28 install:
29     #These are recommended or required Perl libraries
30     - "cpanm CJFIELDS/BioPerl-1.007000_005.tar.gz 2>&1 | tail -n 1"
31     - "cpanm Bio::FeatureIO 2>&1 | tail -n 1"
32     - "cpanm IPC::Run XML::Twig 2>&1 | tail -n 1"
33     - "cpanm Config::Any 2>&1 | tail -n 1"
34     #- "SAMTOOLS=( dirname `which samtools` ) cpanm Bio::DB::Sam 2>&1 | tail -n 1"
36 script:
37     - "perl ./Build.PL --accept"
38     - "./Build test"
40 #after_success:
41 #    - ./travis_scripts/trigger-dockerhub.sh
43 #TODO - send emails to bioperl-guts-l
44 notifications:
45   email:
46     recipients:
47       #- bioperl-guts-l@lists.open-bio.org
48       - cjfields1@gmail.com
49     on_success: change
50     on_failure: change
52 # whitelist branches
53 branches:
54   only:
55     - master