Skip to content

Commit ad77fcb

Browse files
committed
Merge pull request #4 from lestard/0.x
Fixes #3 and the "Gtk-WARNING **: cannot open display" errors on on Travis CI that it was likely referring to. * lestard/0.x: Add travis config to fix failing tests
2 parents c9c5574 + d821cd0 commit ad77fcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ language: java
22

33
jdk:
44
- oraclejdk8
5+
6+
before_install:
7+
- export DISPLAY=:99.0
8+
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)