Skip to content

Commit

Permalink
Fix cpanm switches
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Wright committed Jan 23, 2015
1 parent 48a6ef1 commit 489832f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ install:
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied
- dzil listdeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied
- cpanm -quiet -notest Devel::Cover::Report::Coveralls
- cpanm -quiet -notest Dist::Zilla::App::Command::cover
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --notest Dist::Zilla::App::Command::cover
script:
- dzil smoke --no-author
after_success:
Expand Down

0 comments on commit 489832f

Please sign in to comment.