Skip to content

Commit

Permalink
Travis-CI: update after dzil-ification
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Oct 8, 2012
1 parent a32231e commit 701bfb4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -6,6 +6,9 @@ perl:
- "5.12"
- "5.10"

install:
- cpanm Dist::Zilla
- dzil authordeps --missing | cpanm || { cat ~/.cpanm/build.log ; false ; }
- dzil listdeps --author --missing | cpanm || { cat ~/.cpanm/build.log ; false ; }
script:
- perl Makefile.PL
- make test
- dzil test --author --release

0 comments on commit 701bfb4

Please sign in to comment.