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 11sudo : required
2+ services :
3+ - xvfb
24language : java
35
46jdk :
5- - oraclejdk8
6- - oraclejdk9
7- - openjdk7
7+ - oraclejdk11
8+ - openjdk8
9+ - openjdk11
810
911before_install :
1012 - sudo apt-get -qq update
1113 - sudo apt-get build-dep libjlatexmath-java
1214
1315before_script :
1416 - " export DISPLAY=:99.0"
15- - " sh -e /etc/init.d/xvfb start"
16- - sleep 3 # give xvfb some time to start
1717
1818after_success :
1919 - mvn cobertura:cobertura coveralls:report
Original file line number Diff line number Diff line change 9292 <plugin >
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-javadoc-plugin</artifactId >
95- <version >2.10.4 </version >
95+ <version >3.1.0 </version >
9696 <configuration >
97- <additionalparam >-Xdoclint:none</additionalparam >
97+ <doclint >none</doclint >
98+ <source >8</source >
9899 </configuration >
99100 <executions >
100101 <execution >
You can’t perform that action at this time.
0 commit comments