Skip to content
Snippets Groups Projects
Commit 8f1dd141 authored by Ben Taylor's avatar Ben Taylor
Browse files

Fix X11 issues with tests

parent 3d8b6a99
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ language: java
jdk:
- openjdk7
sudo: false
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- "make"
- "cd test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment