From cbcb7ff848079aa25ff8e93d55edc508d632ca0e Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 4 Aug 2020 18:07:41 +0800 Subject: [PATCH] comment out cpanm in travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd9b72cb470..ddf43cf484c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,8 +108,8 @@ before_install: - cmake --version # -- skip perl test to shorten build time # perl dep - - cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) - - cpanm --quiet --no-interactive Test::Exception Test::More Log::Any LWP::UserAgent URI::Query Module::Runtime DateTime Module::Find Moose::Role JSON || echo "Igorned failure from cpanm" + #- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) + #- cpanm --quiet --no-interactive Test::Exception Test::More Log::Any LWP::UserAgent URI::Query Module::Runtime DateTime Module::Find Moose::Role JSON || echo "Igorned failure from cpanm" # -- skip perl test end # show host table to confirm petstore.swagger.io is mapped to localhost - cat /etc/hosts