Skip to content

Commit 4df9a5f

Browse files
committed
Remove more dependencies
1 parent bbf870d commit 4df9a5f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.travis.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: true
55
dist: bionic
66

77
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"
99

1010
after_failure:
1111
- cat /home/travis/.cpanm/work/*/build.log
@@ -15,19 +15,18 @@ install:
1515
# libdb-dev (Berkeley DB headers) seems to be needed by BioPerl
1616
# By running cpanm this way without testing rather than using ./Build,
1717
# we save *a lot* of time
18-
- sudo apt-get install -y libdb-dev
1918
- "cpanm --notest --force $PREREQS"
2019

2120
script:
2221
- perl Build.PL && ./Build && ./Build test
2322

2423
perl:
25-
- "5.30"
26-
- "5.28"
24+
# - "5.30"
2725
- "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"

0 commit comments

Comments
 (0)