File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo: true
5
5
dist : bionic
6
6
7
7
env :
8
- - PREREQS="Module::Build rlib Test::More DB_File XML::DOM::XPath Bio::DB::GenBank Bio::Restriction::Analysis"
8
+ - PREREQS="Module::Build rlib Test::More Bio::Restriction::Analysis"
9
9
10
10
after_failure :
11
11
- cat /home/travis/.cpanm/work/*/build.log
@@ -15,19 +15,18 @@ install:
15
15
# libdb-dev (Berkeley DB headers) seems to be needed by BioPerl
16
16
# By running cpanm this way without testing rather than using ./Build,
17
17
# we save *a lot* of time
18
- - sudo apt-get install -y libdb-dev
19
18
- " cpanm --notest --force $PREREQS"
20
19
21
20
script :
22
21
- perl Build.PL && ./Build && ./Build test
23
22
24
23
perl :
25
- - " 5.30"
26
- - " 5.28"
24
+ # - "5.30"
27
25
- " 5.26"
28
- - " 5.24"
29
- - " 5.22"
30
- - " 5.20"
31
- - " 5.18"
32
- - " 5.16"
33
- - " 5.14"
26
+ # - "5.26"
27
+ # - "5.24"
28
+ # - "5.22"
29
+ # - "5.20"
30
+ # - "5.18"
31
+ # - "5.16"
32
+ # - "5.14"
You can’t perform that action at this time.
0 commit comments