X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/1a7ec512ee5ec4516662f5aaf3c23bded83cd6d9..4dde85340f627e187dad582610e881314404ab53:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 471e4e2..be5a1d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,16 @@ language: perl +before_install: + - cpanm Shell::Command + - cpanm Test::Most + - apt-get moo install: - - sudo apt-get install git ruby-ronn libshell-command-perl + - sudo apt-get update + - sudo apt-get install cowsay git ruby-ronn script: - make test +after_script: + - make moo +notifications: + email: + on_success: change + on_failure: always