Skip to content

Commit 70a35c3

Browse files
committed
Add display to Travis CI
1 parent 1501281 commit 70a35c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
language: java
22
jdk:
33
- oraclejdk8
4+
5+
before_script:
6+
- "export DISPLAY=:99.0"
7+
- "sh -e /etc/init.d/xvfb start"
8+
- sleep 3 # give xvfb some time to start

0 commit comments

Comments
 (0)