File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - openjdk7
66
77after_success :
8- - mvn clean cobertura:cobertura org.eluder. coveralls:coveralls-maven-plugin: report
8+ - mvn -DserviceJobId=$TRAVIS_JOB_ID clean cobertura:cobertura coveralls:cobertura -Dcobertura. report.format=xml
Original file line number Diff line number Diff line change 289289 <maxmem >256m</maxmem >
290290 <aggregate >true</aggregate >
291291 <sourceEncoding >UTF-8</sourceEncoding >
292+ <serviceName >travis-ci</serviceName >
292293 </configuration >
293294 </plugin >
294295 </plugins >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ log4j.appender.SYSLOG.layout=org.apache.log4j.PatternLayout
1515log4j.appender.SYSLOG.layout.ConversionPattern =%-5p %t: %c{1} - %m
1616log4j.appender.SYSLOG.Facility =USER
1717
18- log4j.logger.jdbc.sqlonly =INFO
18+ log4j.logger.jdbc.sqlonly =ERROR
1919log4j.logger.jdbc.sqltiming =FATAL
2020log4j.logger.jdbc.audit =FATAL
2121log4j.logger.jdbc.resultset =FATAL
You can’t perform that action at this time.
0 commit comments