Skip to content

Commit ec23711

Browse files
authored
Remove SUDO (ie. make a Container again) (#529)
* try 600m 600m mx debugging info * try again * $'s should have double quotes * Return to Docker from VM * Build in Container again. * Bump a bit.
1 parent 5e73738 commit ec23711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ common_travis_dir="$(travis_changed_files_parent)"
6666
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"
6767

6868
# Give Maven a bit more memory
69-
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx600m -Xms300m'
69+
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
7070
"${TRAVIS_BUILD_DIR}"/mvnw --batch-mode clean verify -e -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
7171

7272
[ -z "$common_travis_dir" ] || popd

0 commit comments

Comments
 (0)