From 9761d2c17e6ab2e136a78c76d9ec3c9fab897593 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 23 Feb 2020 17:04:53 +0200 Subject: [PATCH] travis fix #3: avoid default --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 417a541..567dff0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,9 @@ before_install: - cpanm local::lib - eval "$(perl -Mlocal::lib=$HOME/perl_modules)" - cpanm Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount File::Find::Object List::Util Path::Tiny Perl::Critic Perl::Tidy Test::Code::TidyAll Test::Differences Test::RunValgrind -install: [] +install: + # Required to avoid defaul travis "cpanm ." booboo. + - true language: perl perl: - "5.30" -- 2.40.0