Browse Source

Update .travis.yml

Need this for GUI applications.
Tankernn 9 years ago
parent
commit
7d00248483
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,6 +1,10 @@
 language: java
 sudo: false # faster builds
 
+before_install:
+  - "export DISPLAY=:99.0"
+  - "sh -e /etc/init.d/xvfb start"
+
 jdk:
   - oraclejdk8