Skip to content

Commit

Permalink
Remove Changes content test
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 27, 2024
1 parent 086a89c commit 48e0139
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,3 @@ module = IO::Uncompress::Brotli
[Test::Compile]
bail_out_on_fail = 1
xt_mode = 1

[Test::ChangesHasContent]
[Substitute]
file = xt/release/changes_has_content.t
code = s{^(note 'Checking Changes')}{if \(\(\$ENV\{TRAVIS_PULL_REQUEST\} \|\| '') eq 'false'\) \{\n chomp\(my \$branch_name = \(\$ENV\{TRAVIS_BRANCH\} || \`git rev-parse --abbrev-ref HEAD\`\)\);\n \$TODO = 'Changes need not have content for this release yet if this is only the master branch'\n if \(\$branch_name \|\| ''\) eq 'master';\n\}\n\n$1}

0 comments on commit 48e0139

Please sign in to comment.