Skip to content

Commit 13f07f6

Browse files
committed
fix some build issues
Fix travis issues in experimental branch
1 parent 27a5a5e commit 13f07f6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
sudo: required
2+
services:
3+
- xvfb
24
language: java
35

46
jdk:
5-
- oraclejdk8
6-
- oraclejdk9
7-
- openjdk7
7+
- oraclejdk11
8+
- openjdk8
9+
- openjdk11
810

911
before_install:
1012
- sudo apt-get -qq update
1113
- sudo apt-get build-dep libjlatexmath-java
1214

1315
before_script:
1416
- "export DISPLAY=:99.0"
15-
- "sh -e /etc/init.d/xvfb start"
16-
- sleep 3 # give xvfb some time to start
1717

1818
after_success:
1919
- mvn cobertura:cobertura coveralls:report

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@
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>

0 commit comments

Comments
 (0)