Browse Source

Update .travis.yml

Need this for GUI applications.
Tankernn 9 năm trước cách đây
mục cha
commit
7d00248483
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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