From e052f1aa9eb4c92d8b1ed825461c94c51616b5d6 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Mon, 23 Feb 2015 17:48:38 +0100
Subject: [PATCH] .travis.yml: moo

Needs more cowbell
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 9f44718..e27671a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,13 @@ language: perl
 before_install:
   - cpanm Shell::Command
   - cpanm Test::Most
+  - apt-get moo
 install:
   - sudo apt-get install git ruby-ronn
 script:
   - make test
+after_script:
+  - make moo
 notifications:
   email:
     on_success: change
-- 
GitLab