Manually install Test::Compile 2.1.2 for Travis CI (#635)

Seems to work, I'm merging this and add some comments in #622
This commit is contained in:
Christian Ramseyer
2019-08-20 19:55:59 +02:00
committed by GitHub
parent 4c1d5d672d
commit fc8ed46910

View File

@@ -17,6 +17,8 @@ branches:
- /^2\.\d{6}$/
- 'master'
install:
- wget https://github.com/egiles/test-compile/archive/v2.1.2.tar.gz
- cpanm -v v2.1.2.tar.gz
- cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP
script: |
perl Build.PL && \