Skip to content

Commit

Permalink
Force Travis to install newer versions of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
LoonyPandora committed Jan 23, 2013
1 parent c73a80a commit d921e72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -10,9 +10,8 @@ before_install:
- cpanm Dist::Zilla --quiet --notest

install:
- echo $PERL_CPANM_OPT
- dzil authordeps | xargs cpanm --verbose --notest --noskip-satisfied
- dzil listdeps | xargs cpanm --verbose --notest --noskip-satisfied
- dzil authordeps | xargs cpanm --quiet --notest --noskip-satisfied
- dzil listdeps | xargs cpanm --quiet --notest --noskip-satisfied

script:
- dzil smoke --release

0 comments on commit d921e72

Please sign in to comment.