Skip to content

Commit

Permalink
Tweak for travis + Dist::Zilla, using mjgardner/svn-simple-hook example
Browse files Browse the repository at this point in the history
Used this .travis.yml file as an example:

https://github.com/mjgardner/svn-simple-hook/blob/master/.travis.yml

Hat tip to #19 (comment)

Signed-off-by: Pedro Melo <melo@simplicidade.org>
  • Loading branch information
melo committed Mar 14, 2012
1 parent c071615 commit 184d9d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -3,5 +3,9 @@ perl:
- "5.14" - "5.14"
- "5.12" - "5.12"
- "5.10" - "5.10"
install: cpanm --installdeps --notest . before_install:

- "cpanm Dist::Zilla"
- "cpanm Dist::Zilla::PluginBundle::Author::MELO"
- "git config --global github.user melo"
install: "dzil authordeps | xargs cpanm && dzil listdeps | xargs cpanm"
script: "dzil test --release"

0 comments on commit 184d9d2

Please sign in to comment.