-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.travis.yml
39 lines (34 loc) · 934 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: perl
perl:
- "5.18"
- "5.16"
- "5.14"
env: PERL_CPANM_OPT="--notest --force --skip-satisfied"
install:
- "cpanm Moose | tail -n 1"
- "cpanm Moose::Exception | tail -n 1"
- "cpanm IO::Unread | tail -n 1"
- "cpanm Method::Signatures | tail -n 1"
- "cpanm Moose | tail -n 1"
- "cpanm MooseX::ClassAttribute | tail -n 1"
- "cpanm MooseX::Types | tail -n 1"
- "cpanm MooseX::Role::Parameterized | tail -n 1"
- "cpanm MooseX::Aliases | tail -n 1"
- "cpanm MooseX::Params::Validate | tail -n 1"
- "cpanm Modern::Perl | tail -n 1"
- "cpanm List::MoreUtils | tail -n 1"
- "cpanm Data::Stag | tail -n 1"
- "perl ./Build.PL --accept"
script:
- "./Build test"
#TODO - send emails to bioperl-guts-l
notifications:
email:
recipients:
on_success: change
on_failure: change
# whitelist branches
branches:
only:
- master