From ae725da53659cc2733e9315cc4d3214cea561205 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 24 Jul 2015 15:24:00 +0200
Subject: [PATCH] use new container infrastructure on Travis

See http://docs.travis-ci.com/user/migrating-from-legacy
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index edca80e0b..61e47522d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: php
+sudo: false
 php:
   - "5.6"
   - "5.5"
-- 
GitLab