From cb1695b5c40486f74419b56917c274929786ed8f Mon Sep 17 00:00:00 2001 From: Rajani Karuturi Date: Fri, 17 Apr 2015 11:42:18 +0530 Subject: [PATCH] modified travis.yml added sudo: required travis by default uses container based infra which doesnt not allow sudo. http://docs.travis-ci.com/user/workers/container-based-infrastructure/ for details. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 868348cbf04f..fd67a9eff78b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. - +sudo: required language: java cache: directories: