Help language development. Donate to The Perl Foundation

XML::Actions cpan:MARTIMM last updated on 2023-02-18

.travis.yml
branches:
  only:
    - master

language: perl6

perl6:
  - latest

install:
  - rakudobrew build-zef ${TRAVIS_PERL6_VERSION#latest}
  - zef --/test install HTML::Parser::XML
  - zef --depsonly install .

cache:
  directories:
    - $TRAVIS_BUILD_DIR/.rakudobrew