From ff017fafcad7378b2a8bfb1af02db498d3857ef2 Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Sat, 28 Mar 2015 18:54:14 +0100
Subject: [PATCH] Remove apt-get update in travis.yml.

As we do not install extra packages we do not have to wait for
`apt-get update`.
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3d3e4f7..7dfb3fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ python:
   - "2.7"
   - "3.3"
 before_install:
-  - sudo apt-get update -qq
   # Workaround for a permissions issue with Travis virtual machine images
   # that breaks Python's multiprocessing:
   # https://github.com/travis-ci/travis-cookbooks/issues/155
-- 
GitLab