We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d4f4e commit e62858dCopy full SHA for e62858d
.travis.yml
@@ -2,13 +2,9 @@ language: perl
2
before_install:
3
- sudo apt-get install libgeoip-dev libgeo-ip-perl
4
- 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
8
before_script:
9
- - sudo cpanm -n Test::Pod Test::Pod::Coverage Test::Warn
+ - cpanm -n Test::Pod Test::Pod::Coverage Test::Warn
10
perl:
11
- "5.14"
12
- "5.12"
13
- "5.10"
14
- - "5.8"
0 commit comments