Explorar el Código

Update .travis.yml

Need this for GUI applications.
Tankernn hace 10 años
padre
commit
7d00248483
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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