Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix failing test
  • Loading branch information
zoffixznet committed Jan 11, 2016
1 parent 73a921f commit 93d4c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ModulesPerl6/DbBuilder/Dist/Source/GitHub.pm
Expand Up @@ -83,7 +83,7 @@ sub load {
if ( $dist->{date_updated} eq $date_updated and not $ENV{FULL_REBUILD} ) {
$dist->{_builder}{has_travis} = 1 # reinstate cached travis status
unless $dist->{travis_status} eq 'not set up';
return;
return $dist;
}
$dist->{date_updated} = $date_updated;

Expand Down

0 comments on commit 93d4c48

Please sign in to comment.