Skip to content

Commit aea49d3

Browse files
committed
Merge fix
1 parent 11a19f9 commit aea49d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git:
66
depth: 3
77
submodules: false
88
before_install:
9-
- echo "MAVEN_OPTS='-Xmx2g --illegal-access=deny'" > ~/.mavenrc
9+
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
1010
script:
1111
- mvn test -B -Dlog4j.configuration=file:${TRAVIS_BUILD_DIR}/.travis/log4j.properties
1212
cache:

0 commit comments

Comments
 (0)