From ab5dfc2bba26e64e0eb86688c4846caf20cdd6bc Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sun, 5 Oct 2014 14:57:45 +0200 Subject: [PATCH] No need to test verbosely anymore --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb3fc612..7c5a84e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,4 +55,4 @@ install: # - Sun::Solaris::Kstat # - VMware::VIRuntime # - MythTV -script: "PERL5LIB=$PERL5LIB:/usr/share/perl5 prove -v" +script: "PERL5LIB=$PERL5LIB:/usr/share/perl5 prove"