Skip to content

Commit eaeb9c8

Browse files
committed
Removed verbose:gc from CI builds
1 parent a39ffe6 commit eaeb9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
before_script:
2-
- export OPTS="-server -Xmx1024m -Xbatch -verbose:gc -XX:CICompilerCount=1"
2+
- export OPTS="-server -Xmx1024m -Xbatch -XX:CICompilerCount=1"
33
- export JAVA_OPTS="${JAVA_OPTS} ${OPTS}"
44
- export ANT_OPTS="${ANT_OPTS} ${OPTS}"
55
- echo $JAVA_OPTS

0 commit comments

Comments
 (0)