Skip to content
.travis.yml 276 B
Newer Older
language: perl
sudo: false
addons:
  apt:
    packages:
      - cowsay
      - git
      - libshell-command-perl
      - libtest-most-perl
      - ruby-ronn
script:
Richard Hartmann's avatar
Richard Hartmann committed
  - make test
Richard Hartmann's avatar
Richard Hartmann committed
after_script:
  - make moo
Richard Hartmann's avatar
Richard Hartmann committed
notifications:
  email:
    on_success: change
    on_failure: always