Skip to content

Commit

Permalink
fix some build issues
Browse files Browse the repository at this point in the history
I have no idea if this project is dead but it seems some build
issues need fixing so this is my first pass at doing so.
  • Loading branch information
snecklifter committed Jan 4, 2021
1 parent 27a5a5e commit 7ebc7d4
Showing 1 changed file with 5 additions and 5 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

0 comments on commit 7ebc7d4

Please sign in to comment.