From a6a51fae35fbcf07fac2170a1a4b05f8f8b936bf Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Fri, 12 Jul 2019 03:49:36 +0300 Subject: [PATCH] Try to fix Travis-CI build installing cpanimus Try this approach: https://stackoverflow.com/questions/32358197/travis-ci-install-perl-module-with-non-perl-language --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d5224fc..b3c120f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ matrix: before_script: + - curl -L https://cpanmin.us | sudo perl - --sudo App::cpanminus - sudo cpanm --notest Test2::V0 > build.log 2>&1 || (cat build.log && exit 1) - git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git - cd openssl -- 2.39.2