From adf80a167112f2e6a5537406411595078bcc909c Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Fri, 23 Aug 2019 21:05:55 +0200 Subject: [PATCH] i guess this should work too --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ae006c5..adce4b3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,7 @@ 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 + - cpanm --quiet --notest https://github.com/egiles/test-compile/archive/v2.1.2.tar.gz PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP script: | perl Build.PL && \ ./Build && \