From c2cd7a383a2fe7c19a5655eef3c81280c5f6420e Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Thu, 25 Oct 2018 07:12:44 +0200 Subject: [PATCH] DATAJPA-1450 - Remove `sudo` from .travis.yml. sudo in .travis.yml won't have any effect anymore soon and it isn't necessary anymore. Original pull request: #299. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 56b977383..860851c60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,6 @@ addons: packages: - oracle-java8-installer -sudo: false - cache: directories: - $HOME/.m2