whizzosoftware / WZWave

A native Java library for interfacing with Z-Wave PC controllers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken Travis build

anton-johansson opened this issue · comments

See travis-ci/travis-ci#7884. Oracle JDK7 isn't available in the latest image. There are two options:

  • Use the older image, trusty.
  • Use Oracle JDK8.

I think using Oracle JDK8 is better, since Java 7 is end-of-life. We still build using Java 7 as the target, so we won't really break anything.