Skip to content

Commit

Permalink
Merge branch 'master' of github.com:msabramo/tarcolor
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Apr 26, 2012
2 parents a0cb031 + 2247728 commit 1182632
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: perl
perl:
- "5.14"
- "5.12"
- "5.10"
before_install:
- "cpanm Dist::Zilla"
install: "dzil authordeps | xargs cpanm"
script: "dzil test --release"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ A Perl program that can color the output of `tar tvf` similarly to the way GNU `

By Marc Abramowitz (http://marc-abramowitz.com)

[![Build Status](https://secure.travis-ci.org/msabramo/tarcolor.png?branch=master)](http://travis-ci.org/msabramo/tarcolor)`
[![Build Status](https://secure.travis-ci.org/msabramo/tarcolor.png?branch=master)](http://travis-ci.org/msabramo/tarcolor)


## Installation
Expand Down

0 comments on commit 1182632

Please sign in to comment.