twingly / twingly-search-api-java

:coffee: Twingly Blog Search API in Java
https://developer.twingly.com/resources/search/
3 stars 7 forks source link

Stop running on the 'precise' build environment on Travis CI (drop Java 7 support) #38

Closed walro closed 5 years ago

walro commented 5 years ago

Precise (Ubuntu 12.04) is end of life. We should probably move to more recent environments like trusty or xenial.

I gave this a quick test in #37, but it didn't work due to some openjdk7 incompatibilities.

walro commented 5 years ago

This job ran on our Precise environment, which is in the process of being decommissioned. Please read about the status of the rollout on the blog, and take note that you can explicitly stay on Precise by specifying dist: precise in your .travis.yml.

^ also visible in Travis CI UI