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.
This commit is contained in:
Mark Paluch
2017-09-05 09:46:35 +02:00
parent 183c502f7e
commit 759ef416ed

View File

@@ -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