mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Use Xvfb to avoid 'cannot open display' warnings
Builds began failing on Travis CI with the following message: Gtk-WARNING **: cannot open display: This is because of tests like ViewLoaderTest, which now initialize the JavaFX toolkit and expect a display in the process. This change starts an Xvfb server (conveniently already available under Travis CI) in order to provide a lightweight X11 environment and eliminate this problem.
This commit is contained in:
parent
dc7d861f8e
commit
c5809a97d8
@ -1,6 +1,10 @@
|
||||
language: java
|
||||
jdk: oraclejdk8
|
||||
|
||||
before_install:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels: chat.freenode.net#bitsquare
|
||||
|
Loading…
Reference in New Issue
Block a user