Skip to content

Commit

Permalink
Make sure travis-ci builds java viewer with latest openjdk 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bphinz committed Dec 21, 2019
1 parent a356a70 commit cdd5fab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ matrix:
- cmake -DCMAKE_BUILD_TYPE=Debug . && make

- language: java
# We're not compatible with the newer java
# compile with java 8 for backwards compatibility
dist: xenial
env:
jdk: openjdk8
before_install:
- sudo apt-get install -y openjdk-8-jdk
- sudo apt-get -y install openjdk-8-jdk
addons:
apt:
update: true
script:
- cd java && cmake . && make

Expand Down

0 comments on commit cdd5fab

Please sign in to comment.