Skip to content

Commit

Permalink
Remove SUDO (ie. make a Container again) (#529)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
lesv authored Feb 21, 2017
1 parent 5e73738 commit ec23711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ common_travis_dir="$(travis_changed_files_parent)"
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"

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

[ -z "$common_travis_dir" ] || popd
Expand Down

0 comments on commit ec23711

Please sign in to comment.