JOverseer / joverseer

JOverseer is a desktop application which aims to assist players of the Middle Earth PBM game.
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

travis CI broken #689

Closed GnarlyDave closed 4 years ago

GnarlyDave commented 4 years ago

linux and osX automated testing broken, when Travis upgraded to Debian 16. junit task for ant not found, so presumably app:ant-optional is needed. waiting on running local Travis in docker to work out script fix for .travis.yml

GnarlyDave commented 4 years ago

couldn't access the appropriate image that travis was using to test locally. It turns out that distributions based on xenial don't include ant-optional. so added. tried the new xenial way of using xvfb but it seems to fail on osx fell back to specifying trusty as the distribution to use. fixed until the next time.