]> granicus.if.org Git - fortune-mod/commitdiff
travis fix #3: avoid default
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 23 Feb 2020 15:04:53 +0000 (17:04 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 23 Feb 2020 15:04:53 +0000 (17:04 +0200)
.travis.yml

index 417a541f2645c2a533dc6a42880af4515104cf16..567dff0809aa35e6d42dadbd99e9253ebba752c5 100644 (file)
@@ -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"