From 3e6f33668ac3507812168b6118bcb05bee572c8c Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sat, 19 Dec 2015 16:59:56 +0100
Subject: [PATCH] .travis.yml: Try to work around Travis CI

Seems their infrastructure migration went not quite as expected...
---
 .travis.yml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cedf4fa..283e17e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,13 @@
 language: perl
-before_install:
-  - cpanm Shell::Command
-  - cpanm Test::Most
-  - apt-get moo
-install:
-  - sudo apt-get install cowsay git ruby-ronn
+sudo: false
+addons:
+  apt:
+    packages:
+      - cowsay
+      - git
+      - libshell-command-perl
+      - libtest-most-perl
+      - ruby-ronn
 script:
   - make test
 after_script:
-- 
GitLab