From 03f540e3c93cf5bbe9fb1eee6894dbbf3ba9bff7 Mon Sep 17 00:00:00 2001 From: Christian Kaltepoth Date: Sun, 3 Dec 2017 11:17:16 +0100 Subject: [PATCH] sudo: false is the default for Travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 113f05f89..cb8a09391 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: java -sudo: false cache: directories: - '$HOME/.m2/repository'