]> granicus.if.org Git - fortune-mod/commitdiff
travis ci: fix #1
authorShlomi Fish <shlomif@shlomifish.org>
Tue, 12 Mar 2019 09:40:13 +0000 (11:40 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Tue, 12 Mar 2019 09:40:13 +0000 (11:40 +0200)
.travis.yml

index 381af8eb02b069aaab3c51b22bc751a2b68f2a41..3ae7c491236da99488e129a2ea236b336bc1c808 100644 (file)
@@ -15,6 +15,7 @@ before_install:
     - cpanm local::lib
     - eval "$(perl -Mlocal::lib=$HOME/perl_modules)"
     - cpanm File::Find::Object List::Util Path::Tiny Test::Differences Test::RunValgrind
+install: []
 language: perl
 script:
     - "mkdir B && cd B && cmake ../fortune-mod && make && make check && cd .."