getnelson / quiver

A reasonable library for modeling multi-graphs in Scala
http://verizon.github.io/quiver/
Apache License 2.0
5 stars 3 forks source link

Resolve Travis build issues #2

Closed ceedubs closed 4 years ago

ceedubs commented 4 years ago

In https://github.com/getnelson/quiver/pull/1 I was running into some issues with the Travis build. This PR attempts to fix those issues separately from the core of that PR.

One issue seems to be related to Oracle JDK licensing. See this Travis forum post. Switching to openjdk seemed like a reasonable solution.

The other issue came about in builds where there were no files matching ivydata-*.properties, so a find that was piping those into rm was failing. This uses the -delete flag for find which shouldn't fail if no files are found.