Skip to content

Commit

Permalink
travis-ci: add YAML::PP to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Jan 29, 2020
1 parent 4faae45 commit 3e0d7eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ matrix:
- perl: "5.22"
dist: xenial
env: WITH_YAML_XS=1
- perl: "5.22"
dist: xenial
env: WITH_YAML_PP=1
- perl: "5.22"
dist: xenial
env: WITH_YAML=1
Expand All @@ -51,6 +54,7 @@ before_install:
- '[ "$WITH_JSON" = 1 ] && cpanm --quiet --notest JSON || true'
- '[ "$WITH_YAML_SYCK" = 1 ] && cpanm --quiet --notest YAML::Syck || true'
- '[ "$WITH_YAML_XS" = 1 ] && cpanm --quiet --notest YAML::XS || true'
- '[ "$WITH_YAML_PP" = 1 ] && cpanm --quiet --notest YAML::PP || true'
- '[ "$WITH_YAML" = 1 ] && cpanm --quiet --notest YAML || true'
- '[ "$WITH_IPC_RUN" = 1 ] && cpanm --quiet --notest IPC::Run || true'
after_script:
Expand Down

0 comments on commit 3e0d7eb

Please sign in to comment.