Skip to content

Commit

Permalink
Merge pull request #1876 from metacpan/oalders/show-less-changes
Browse files Browse the repository at this point in the history
Show less is the opposite of show more.
  • Loading branch information
ranguard committed May 11, 2017
2 parents cc11b67 + a985c07 commit b5af054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
@@ -1,17 +1,12 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"

matrix:
allow_failures:
- perl: "5.20"
- perl: "5.18"
- perl: "5.22"
exclude:
- perl: "5.20"
env: USE_CPANFILE_SNAPSHOT=true
- perl: "5.18"
- perl: "5.22"
env: USE_CPANFILE_SNAPSHOT=true

env:
Expand Down
2 changes: 1 addition & 1 deletion root/release.html
Expand Up @@ -58,7 +58,7 @@ <h2 id="whatsnew">Changes for version <% changes.version %></h2>
</div>
<%- END %>
</div>
<button id="last-changes-toggle" class="btn-link" onclick="$('#last-changes').toggleClass('collapsed'); return false;">[ <span class="hide-more">Hide More</span><span class="show-more">Show More</span> ]</button>
<button id="last-changes-toggle" class="btn-link" onclick="$('#last-changes').toggleClass('collapsed'); return false;">[ <span class="hide-more">Show less</span><span class="show-more">Show more</span> ]</button>
</div>

<%- END %>
Expand Down

0 comments on commit b5af054

Please sign in to comment.