File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
+ services :
3
+ - xvfb
2
4
language : java
3
5
4
6
jdk :
5
- - oraclejdk8
6
- - oraclejdk9
7
- - openjdk7
7
+ - oraclejdk11
8
+ - openjdk8
9
+ - openjdk11
8
10
9
11
before_install :
10
12
- sudo apt-get -qq update
11
13
- sudo apt-get build-dep libjlatexmath-java
12
14
13
15
before_script :
14
16
- " export DISPLAY=:99.0"
15
- - " sh -e /etc/init.d/xvfb start"
16
- - sleep 3 # give xvfb some time to start
17
17
18
18
after_success :
19
19
- mvn cobertura:cobertura coveralls:report
Original file line number Diff line number Diff line change 92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-javadoc-plugin</artifactId >
95
- <version >2.10.4 </version >
95
+ <version >3.1.0 </version >
96
96
<configuration >
97
- <additionalparam >-Xdoclint:none</additionalparam >
97
+ <doclint >none</doclint >
98
+ <source >8</source >
98
99
</configuration >
99
100
<executions >
100
101
<execution >
You can’t perform that action at this time.
0 commit comments