]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Try to fix Travis-CI build installing cpanimus 152/head
authorVitaly Chikunov <vt@altlinux.org>
Fri, 12 Jul 2019 00:49:36 +0000 (03:49 +0300)
committerVitaly Chikunov <vt@altlinux.org>
Fri, 12 Jul 2019 00:59:04 +0000 (03:59 +0300)
Try this approach:
https://stackoverflow.com/questions/32358197/travis-ci-install-perl-module-with-non-perl-language

.travis.yml

index d5224fc65f861a0f3a89bcd0894b54494c97358b..b3c120f1bdb0d68cc7e3ce346f51587da7e50e33 100644 (file)
@@ -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