Skip to content

Commit

Permalink
fix some build issues
Browse files Browse the repository at this point in the history
Fix travis issues in experimental branch
  • Loading branch information
snecklifter committed Jan 4, 2021
1 parent 27a5a5e commit 13f07f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
sudo: required
services:
- xvfb
language: java

jdk:
- oraclejdk8
- oraclejdk9
- openjdk7
- oraclejdk11
- openjdk8
- openjdk11

before_install:
- sudo apt-get -qq update
- sudo apt-get build-dep libjlatexmath-java

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

after_success:
- mvn cobertura:cobertura coveralls:report
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.1.0</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<doclint>none</doclint>
<source>8</source>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 13f07f6

Please sign in to comment.