File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
# via the "travis encrypt" command using the project repo's public key
28
28
- secure : " O_cda5pWDBAP-O3_0nG5RQ"
29
29
30
- script : " mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V compile && cd opengrok-indexer && mvn javadoc:javadoc && cd ../opengrok-web && mvn javadoc:javadoc && cd .. && mvn verify -B"
30
+ script : " mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V compile \
31
+ && cd opengrok-indexer && mvn javadoc:javadoc \
32
+ && cd ../opengrok-web && mvn javadoc:javadoc \
33
+ && cd .. && mvn verify -B -Djunit-force-all=true"
31
34
32
35
addons :
33
36
coverity_scan :
Original file line number Diff line number Diff line change 431
431
<groupId >org.apache.maven.plugins</groupId >
432
432
<artifactId >maven-surefire-plugin</artifactId >
433
433
<configuration >
434
- <systemPropertyVariables >
435
- <junit-force-all >true</junit-force-all >
436
- </systemPropertyVariables >
437
434
<excludes >
438
435
<!-- Test helper class with name that confuses surefire -->
439
436
<exclude >**/TestRepository.java</exclude >
You can’t perform that action at this time.
0 commit comments