From 48230f9036ff210c17064b9f2f7ed88fc1e4daec Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 30 Jul 2014 16:48:15 +0200 Subject: [PATCH] Disable sudo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dff5b0ea..6a25506e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,4 @@ notifications: services: - redis cache: bundler +sudo: false