.travis.yml 184 B

123456789
  1. language: perl
  2. perl:
  3. - "5.22"
  4. - "5.24"
  5. before_install:
  6. - "cpanm Dancer2 URI::Encode"
  7. - "cp -v config.yml.smp config.yml"
  8. notifications:
  9. irc: "chat.freenode.net#pressecitron"