Skip to content

Commit bdc12e1

Browse files
rootroot
root
authored and
root
committed
Fixes JVM params for Travis build
1 parent 2043b0f commit bdc12e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jdk:
2626
- oraclejdk8
2727

2828
env:
29-
- MAVEN_OPTS="-Xms1524m -Xmx=1524m"
29+
- MAVEN_OPTS="-Xms1524M -Xmx1524M"
3030

3131
# We use docker for the persistence integration tests
3232
services:
@@ -39,4 +39,4 @@ before_script:
3939
# We're also changing the Maven default logging to avoid printing out all the 'Downloading' messages which can cause the Travis
4040
# build to fail when the log size exceeds 4MB
4141
script:
42-
- mvn -s settings.xml clean install -Pintegration -Ppersistence-integration -DpreferIpv4 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer=warn -B
42+
- mvn -s settings.xml clean install -Pintegration -Ppersistence-integration -DpreferIpv4 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer=warn -B

0 commit comments

Comments
 (0)