Skip to content

Commit e62858d

Browse files
committed
Travis doesn't have perl 5.8 and doesn't need sudo for cpanm
1 parent 40d4f4e commit e62858d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ language: perl
22
before_install:
33
- sudo apt-get install libgeoip-dev libgeo-ip-perl
44
- sudo ln -s /usr/share/GeoIP /usr/local/share/GeoIP
5-
# IO::Socket::INET6 wants Module::Build installed, but that
6-
# doesn't play nice on 5.8
7-
- sudo cpanm -n -f Module::Build
85
before_script:
9-
- sudo cpanm -n Test::Pod Test::Pod::Coverage Test::Warn
6+
- cpanm -n Test::Pod Test::Pod::Coverage Test::Warn
107
perl:
118
- "5.14"
129
- "5.12"
1310
- "5.10"
14-
- "5.8"

0 commit comments

Comments
 (0)