From 759ef416eddc81e612e1a6f7234997c2758df910 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 5 Sep 2017 09:46:35 +0200 Subject: [PATCH] DATACASS-490 - Switch to VM-based TravisCI build. We now switched to VM-based builds by requiring sudo to apply higher memory limits as we exceeded memory limits of the container-based build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97237f54f..691e85246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ cache: - $HOME/.m2 - 'download' -sudo: false +sudo: required before_install: - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml