From a1a68f52152d196be0c731eea3a88163f94c82cf Mon Sep 17 00:00:00 2001
From: Ilya Antipenko <admin@aivus.name>
Date: Mon, 20 Oct 2014 12:52:31 +0300
Subject: [PATCH] Remove "sudo: false" from .travis.yml

---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 96cfae7..1f3b808 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,8 @@ services:
   - mongodb
 
 # faster builds on new travis setup not using sudo
-sudo: false
+# Disabled for install and use latest elasticsearch version
+# sudo: false
 
 # cache vendor dirs
 cache:
--
libgit2 0.27.1