Skip to content

Commit

Permalink
explicitly git config in t::Util::riji_setup() for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Jan 12, 2015
1 parent 24a92f1 commit 271ecf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ sub riji_setup {
require Riji::CLI::Setup;
Riji::CLI::Setup->run;
}
git qw(config user.name Songmu);
git qw(config user.email songmu@example.com);
$tmpd;
}

Expand Down

0 comments on commit 271ecf0

Please sign in to comment.