From: Richard Hartmann <richih@debian.org>
Date: Tue, 22 Dec 2015 20:45:08 +0000 (+0100)
Subject: .travis.yml: Fix Travis CI
X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/4dde85340f627e187dad582610e881314404ab53?ds=inline

.travis.yml: Fix Travis CI

Turns out you need to `apt-get update` all of a sudden...
---

diff --git a/.travis.yml b/.travis.yml
index cedf4fa..be5a1d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ before_install:
   - cpanm Test::Most
   - apt-get moo
 install:
+  - sudo apt-get update
   - sudo apt-get install cowsay git ruby-ronn
 script:
   - make test