pcb-tools
pcb-tools copied to clipboard
Running tests in travis fails
I forked the repo and tried running the travis CI tests on the current master, and the tests fail although it's the exact same commit. This build from 3 months ago passes but this build of the same commit from today fails. Any idea what's happening?
Looks like it's related to https://blog.travis-ci.com/2017-08-31-trusty-as-default-status because setting the dist to precise makes it work. That's a temporary workaround though, they'll phase it out entirely in a few months.
It appears to be due to differing versions of Cairo. It's likely that the naive image file comparison we're doing in those tests that are failing will have to be replaced with something more robust