Don't run t/gitignore.t on Travis, doesn't make sense on a fresh checkout
This commit is contained in:
@@ -10,6 +10,10 @@ use strict;
|
||||
use Test::More;
|
||||
use File::Which;
|
||||
|
||||
if ( $ENV{TRAVIS} ) {
|
||||
plan( skip_all => "these tests don't make sense on a fresh checkout" );
|
||||
}
|
||||
|
||||
if (which('git') and -d '.git') {
|
||||
plan tests => 3;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user