Skip to content

Commit

Permalink
config of .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Dec 18, 2013
1 parent 28834f6 commit 2d5d791
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@ perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.10"

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:]' | cpanm --verbose --notest

script:
- dzil smoke --release --author

after_success:
- cpanm --quiet --notest --skip-satisfied Dist::Zilla::App::Command::cover Devel::Cover::Report::Coveralls
- dzil cover -test
- dzil cover -report coveralls

env: RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1

0 comments on commit 2d5d791

Please sign in to comment.