File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
+
2
3
jdk :
3
4
- openjdk7
4
5
- oraclejdk7
5
6
- oraclejdk8
7
+
6
8
addons :
7
9
postgresql : " 9.5"
8
10
@@ -12,7 +14,7 @@ sudo: false
12
14
# stop mvn install from running
13
15
install : true
14
16
15
- script : mvn -B -V package javadoc:javadoc test
17
+ script : mvn -B -V package $( [[ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]] && echo javadoc:javadoc ) test
16
18
17
19
after_success :
18
20
- mvn -B -V clean test jacoco:report coveralls:report
Original file line number Diff line number Diff line change 82
82
<artifactId >maven-resources-plugin</artifactId >
83
83
<version >3.0.1</version >
84
84
</plugin >
85
- <plugin >
86
- <groupId >org.apache.maven.plugins</groupId >
87
- <artifactId >maven-plugin-plugin</artifactId >
88
- <version >3.4</version >
89
- </plugin >
90
85
<plugin >
91
86
<groupId >org.eluder.coveralls</groupId >
92
87
<artifactId >coveralls-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments