I had to add `framework` as a dependency to `pollen`. I updated my travis config with these lines, which I know are needed for running `racket/gui` tests:
before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" But on v6.0 and v6.1 that's not good enough. I get this error: Xlib: extension "RANDR" missing on display ":99.0". (I don't get the error on v6.2 or later.) Is there a way to update the travis config so `xvfb` uses "RANDR"? PS. I don't know what `xvfb` and "RANDR" are, but I suspect I need another `export` statement in the shell script. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.